Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Declarations of CHRP platform-specific things.
0004  */
0005 
0006 extern void chrp_nvram_init(void);
0007 extern void chrp_get_rtc_time(struct rtc_time *);
0008 extern int chrp_set_rtc_time(struct rtc_time *);
0009 extern long chrp_time_init(void);
0010 
0011 extern void chrp_find_bridges(void);
0012 extern void chrp_event_scan(unsigned long);