forked from luck/tmp_suning_uos_patched
10 lines
204 B
C
10 lines
204 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
||
|
#ifndef __IP27_COMMON_H
|
||
|
#define __IP27_COMMON_H
|
||
|
|
||
|
extern void ip27_reboot_setup(void);
|
||
|
extern void hub_rt_clock_event_init(void);
|
||
|
|
||
|
#endif /* __IP27_COMMON_H */
|