#include <stdio.h>
#include "epicsFindSymbol.h"
#include "epicsExit.h"
Go to the source code of this file.
typedef int(* sysAtReboot_t) (void(func)(void)) |
void atRebootRegister |
( |
void |
| ) |
|
Definition at line 22 of file atReboot.cpp.
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))
LIBCOM_API void *epicsStdCall epicsFindSymbol(const char *name)
LIBCOM_API void epicsExitCallAtExits(void)
Internal routine that runs the registered exit routines.