#include <stdio.h>
#include <stdlib.h>
#include "REL_Linux_SUSI.H"
Go to the source code of this file.
Functions | |
void | get_delay_timeout (DWORD min, DWORD max, DWORD step, DWORD *delay, DWORD *timeout) |
int | main (void) |
void | show_menu (void) |
int | show_platform_info (void) |
void get_delay_timeout | ( | DWORD | min, |
DWORD | max, | ||
DWORD | step, | ||
DWORD * | delay, | ||
DWORD * | timeout | ||
) |
Definition at line 71 of file demo_watchdog.c.
int main | ( | void | ) |
Definition at line 96 of file demo_watchdog.c.
void show_menu | ( | void | ) |
Definition at line 61 of file demo_watchdog.c.
int show_platform_info | ( | void | ) |
Definition at line 20 of file demo_watchdog.c.