From 88b3be201acf64e0bd19782bebd533901c951c87 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 21 Aug 2009 10:31:32 +0200 Subject: Move watchdog, watchdog_action, give them internal linkage Signed-off-by: Markus Armbruster Signed-off-by: Anthony Liguori --- hw/watchdog.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'hw/watchdog.h') diff --git a/hw/watchdog.h b/hw/watchdog.h index ad1fcfce56..bb81204700 100644 --- a/hw/watchdog.h +++ b/hw/watchdog.h @@ -25,13 +25,6 @@ extern void wdt_i6300esb_init(void); extern void wdt_ib700_init(void); -/* Possible values for action parameter. */ -#define WDT_RESET 1 /* Hard reset. */ -#define WDT_SHUTDOWN 2 /* Shutdown. */ -#define WDT_POWEROFF 3 /* Quit. */ -#define WDT_PAUSE 4 /* Pause. */ -#define WDT_DEBUG 5 /* Prints a message and continues running. */ -#define WDT_NONE 6 /* Do nothing. */ struct WatchdogTimerModel { LIST_ENTRY(WatchdogTimerModel) entry; @@ -48,10 +41,6 @@ struct WatchdogTimerModel { }; typedef struct WatchdogTimerModel WatchdogTimerModel; -/* in vl.c */ -extern WatchdogTimerModel *watchdog; -extern int watchdog_action; - /* in hw/watchdog.c */ extern int select_watchdog(const char *p); extern int select_watchdog_action(const char *action); -- cgit v1.2.3