/*1* arch/arm/mach-nuc93x/nuc932.h2*3* Copyright (c) 2008 Nuvoton corporation4*5* Header file for NUC93x CPU support6*7* Wan ZongShun <[email protected]>8*9* This program is free software; you can redistribute it and/or modify10* it under the terms of the GNU General Public License version 2 as11* published by the Free Software Foundation.12*13*/1415struct map_desc;16struct sys_timer;1718/* core initialisation functions */1920extern void nuc93x_init_irq(void);21extern struct sys_timer nuc93x_timer;2223/* extern file from nuc932.c */2425extern void nuc932_board_init(void);26extern void nuc932_init_clocks(void);27extern void nuc932_map_io(void);28extern void nuc932_init_uartclk(void);293031