Home | History | Annotate | Line # | Download | only in libbug
rtc_rd.c revision 1.3
      1  1.3  tsutsui /*	$NetBSD: rtc_rd.c,v 1.3 2008/01/12 09:54:31 tsutsui Exp $	*/
      2  1.1    chuck 
      3  1.1    chuck /*
      4  1.1    chuck  * bug routines -- assumes that the necessary sections of memory
      5  1.1    chuck  * are preserved.
      6  1.1    chuck  */
      7  1.1    chuck #include <sys/types.h>
      8  1.1    chuck #include <machine/prom.h>
      9  1.1    chuck 
     10  1.2    chuck #include "libbug.h"
     11  1.2    chuck 
     12  1.1    chuck void
     13  1.3  tsutsui mvmeprom_rtc_rd(struct mvmeprom_time *ptime)
     14  1.1    chuck {
     15  1.3  tsutsui 
     16  1.1    chuck 	MVMEPROM_ARG1(ptime);
     17  1.1    chuck 	MVMEPROM_CALL(MVMEPROM_RTC_RD);
     18  1.1    chuck }
     19