1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * arch/arm/mach-w90x900/nuc9xx.h
5 * Copied from nuc910.h, which had:
7 * Copyright (c) 2008 Nuvoton corporation
9 * Header file for NUC900 CPU support
11 * Wan ZongShun <mcuos.com@gmail.com>
14 #include <linux/reboot.h>
18 /* core initialisation functions */
20 extern void nuc900_init_irq(void);
21 extern void nuc900_timer_init(void);
22 extern void nuc9xx_restart(enum reboot_mode
, const char *);