2005-10-29 00:46:19 +00:00
|
|
|
/*
|
|
|
|
* Declarations of CHRP platform-specific things.
|
|
|
|
*/
|
|
|
|
|
|
|
|
extern void chrp_nvram_init(void);
|
|
|
|
extern void chrp_get_rtc_time(struct rtc_time *);
|
|
|
|
extern int chrp_set_rtc_time(struct rtc_time *);
|
|
|
|
extern long chrp_time_init(void);
|
|
|
|
|
|
|
|
extern void chrp_find_bridges(void);
|
2006-03-27 10:48:57 +00:00
|
|
|
extern void chrp_event_scan(unsigned long);
|
2006-04-03 06:37:23 +00:00
|
|
|
extern void chrp_pcibios_fixup(void);
|