diff options
Diffstat (limited to 'include/asm-blackfin/dpmc.h')
-rw-r--r-- | include/asm-blackfin/dpmc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-blackfin/dpmc.h b/include/asm-blackfin/dpmc.h index f162edb23033..686cf83a5269 100644 --- a/include/asm-blackfin/dpmc.h +++ b/include/asm-blackfin/dpmc.h | |||
@@ -53,10 +53,10 @@ unsigned long get_pll_status(void); | |||
53 | void change_baud(int baud); | 53 | void change_baud(int baud); |
54 | void fullon_mode(void); | 54 | void fullon_mode(void); |
55 | void active_mode(void); | 55 | void active_mode(void); |
56 | void sleep_mode(u32 sic_iwr); | 56 | void sleep_mode(u32 sic_iwr0, u32 sic_iwr1, u32 sic_iwr2); |
57 | void deep_sleep(u32 sic_iwr); | 57 | void deep_sleep(u32 sic_iwr0, u32 sic_iwr1, u32 sic_iwr2); |
58 | void hibernate_mode(u32 sic_iwr); | 58 | void hibernate_mode(u32 sic_iwr0, u32 sic_iwr1, u32 sic_iwr2); |
59 | void sleep_deeper(u32 sic_iwr); | 59 | void sleep_deeper(u32 sic_iwr0, u32 sic_iwr1, u32 sic_iwr2); |
60 | void program_wdog_timer(unsigned long); | 60 | void program_wdog_timer(unsigned long); |
61 | void unmask_wdog_wakeup_evt(void); | 61 | void unmask_wdog_wakeup_evt(void); |
62 | void clear_wdog_wakeup_evt(void); | 62 | void clear_wdog_wakeup_evt(void); |