]> Git Repo - linux.git/blob - arch/arm/mach-mmp/common.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / arm / mach-mmp / common.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/reboot.h>
3 #define ARRAY_AND_SIZE(x)       (x), ARRAY_SIZE(x)
4
5 extern void mmp_timer_init(int irq, unsigned long rate);
6
7 extern void __init mmp_map_io(void);
8 extern void __init mmp2_map_io(void);
9 extern void mmp_restart(enum reboot_mode, const char *);
This page took 0.02612 seconds and 4 git commands to generate.