diff options
Diffstat (limited to 'arch/powerpc/platforms/chrp/chrp.h')
-rw-r--r-- | arch/powerpc/platforms/chrp/chrp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/chrp/chrp.h b/arch/powerpc/platforms/chrp/chrp.h new file mode 100644 index 000000000000..3a2057fa314a --- /dev/null +++ b/arch/powerpc/platforms/chrp/chrp.h | |||
@@ -0,0 +1,12 @@ | |||
1 | /* | ||
2 | * Declarations of CHRP platform-specific things. | ||
3 | */ | ||
4 | |||
5 | extern void chrp_nvram_init(void); | ||
6 | extern void chrp_get_rtc_time(struct rtc_time *); | ||
7 | extern int chrp_set_rtc_time(struct rtc_time *); | ||
8 | extern void chrp_calibrate_decr(void); | ||
9 | extern long chrp_time_init(void); | ||
10 | |||
11 | extern void chrp_find_bridges(void); | ||
12 | extern void chrp_event_scan(void); | ||