18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Declarations of CHRP platform-specific things. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciextern void chrp_nvram_init(void); 78c2ecf20Sopenharmony_ciextern void chrp_get_rtc_time(struct rtc_time *); 88c2ecf20Sopenharmony_ciextern int chrp_set_rtc_time(struct rtc_time *); 98c2ecf20Sopenharmony_ciextern long chrp_time_init(void); 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciextern void chrp_find_bridges(void); 128c2ecf20Sopenharmony_ciextern void chrp_event_scan(unsigned long); 13