diff options
Diffstat (limited to 'common/sleep_led.h')
| -rw-r--r-- | common/sleep_led.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/sleep_led.h b/common/sleep_led.h new file mode 100644 index 000000000..aebdbeaa5 --- /dev/null +++ b/common/sleep_led.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef SLEEP_LED_H | ||
| 2 | #define SLEEP_LED_H | ||
| 3 | |||
| 4 | #define NO_SUSPEND_POWER_DOWN | ||
| 5 | |||
| 6 | void sleep_led_init(void); | ||
| 7 | void sleep_led_enable(void); | ||
| 8 | void sleep_led_disable(void); | ||
| 9 | |||
| 10 | #endif | ||
