]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - 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
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
e5bc9e25
RK
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>
e5bc9e25 12 */
7b6d864b
RH
13
14#include <linux/reboot.h>
15
e5bc9e25 16struct map_desc;
e5bc9e25
RK
17
18/* core initialisation functions */
19
20extern void nuc900_init_irq(void);
6bb27d73 21extern void nuc900_timer_init(void);
7b6d864b 22extern void nuc9xx_restart(enum reboot_mode, const char *);