servers: removing notification file as this will be done by daemon

This commit is contained in:
2020-05-15 15:48:52 +02:00
parent 395b9f1b72
commit 3514b14bc9
4 changed files with 0 additions and 49 deletions

View File

@ -8,16 +8,6 @@
/** Notify microcontroller of successful server start up */
void NotifyServerStartSuccess();
/** create notification file to notify watchdog of critical tasks (to not
* shutdown) */
void CreateNotificationForCriticalTasks();
/** write 1 to notification file to postpone shut down process if requested*/
void NotifyCriticalTask();
/** write 0 to notification file to allow shut down process if requested */
void NotifyCriticalTaskDone();
/** reset fpga and controller(only implemented for >= v1.1 boards) */
void rebootControllerAndFPGA();