]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/arm/mach-w90x900/nuc9xx.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-w90x900 / nuc9xx.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/mach-w90x900/nuc9xx.h
4 *
5 * Copied from nuc910.h, which had:
6 *
7 * Copyright (c) 2008 Nuvoton corporation
8 *
9 * Header file for NUC900 CPU support
10 *
11 * Wan ZongShun <mcuos.com@gmail.com>
12 */
13
14 #include <linux/reboot.h>
15
16 struct map_desc;
17
18 /* core initialisation functions */
19
20 extern void nuc900_init_irq(void);
21 extern void nuc900_timer_init(void);
22 extern void nuc9xx_restart(enum reboot_mode, const char *);