From 6746e37088ce8ba03529c1226bd216705edb2b1f Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 10 Apr 2015 01:25:48 +0900 Subject: Remove core library and build files --- common/suspend.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 common/suspend.h (limited to 'common/suspend.h') diff --git a/common/suspend.h b/common/suspend.h deleted file mode 100644 index 80617a8244..0000000000 --- a/common/suspend.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef SUSPEND_H -#define SUSPEND_H - -#include -#include - - -void suspend_idle(uint8_t timeout); -void suspend_power_down(void); -bool suspend_wakeup_condition(void); -void suspend_wakeup_init(void); - -#endif -- cgit v1.2.3