forked from luck/tmp_suning_uos_patched
249be5633c
IP27 code has a few externs distributed over .c files. Collect them together into one commcon header file. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paul Burton <paul.burton@mips.com> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
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 */
|