blob: e9e9f1dc8c20b2721f05aa7ec2b608cf2e600633 (
plain)
1
2
3
4
5
6
7
8
9
|
/* 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 */
|