/* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include #include void mvmeprom_rtc_rd(ptime) struct mvmeprom_time *ptime; { asm volatile ("movel %0,sp@-" : :"a" (ptime)); MVMEPROM_CALL(MVMEPROM_RTC_RD); }