30 printf(
"atReboot: sysAtReboot returned error %d\n", status);
33 printf(
"BSP routine sysAtReboot() not found, epicsExit() will not be\n" 34 "called by reboot. For reduced functionality, call\n" 35 " rebootHookAdd(epicsExitCallAtExits)\n");
int(* sysAtReboot_t)(void(func)(void))
Extended replacement for the Posix exit and atexit routines.
void atRebootRegister(void)
LIBCOM_API void *epicsStdCall epicsFindSymbol(const char *name)
LIBCOM_API void epicsExitCallAtExits(void)
Internal routine that runs the registered exit routines.