No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / libbug / rtc_rd.c
blob11ad817ad84a9d5a410b78143ce1355fc1d02855
1 /* $NetBSD: rtc_rd.c,v 1.2 1996/05/17 19:51:06 chuck Exp $ */
3 /*
4 * bug routines -- assumes that the necessary sections of memory
5 * are preserved.
6 */
7 #include <sys/types.h>
8 #include <machine/prom.h>
10 #include "libbug.h"
12 void
13 mvmeprom_rtc_rd(struct mvmeprom_time *ptime)
16 MVMEPROM_ARG1(ptime);
17 MVMEPROM_CALL(MVMEPROM_RTC_RD);