From 19becec31c5704572a3575336c57364d72fd572b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 9 Nov 2008 15:51:01 -0800 Subject: [PATCH] Remove prototypes for removed functions power_off(), reboot(). --- src/threads/init.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/threads/init.h b/src/threads/init.h index f28303c..06cf71e 100644 --- a/src/threads/init.h +++ b/src/threads/init.h @@ -15,7 +15,4 @@ extern uint32_t *init_page_dir; /* -q: Power off when kernel tasks complete? */ extern bool power_off_when_done; -void power_off (void) NO_RETURN; -void reboot (void); - #endif /* threads/init.h */ -- 2.30.2