diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-08-05 13:49:09 +0200 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-08-05 13:49:09 +0200 |
commit | 964d219b6a8a79ea4c8d77b6dcdcbbcda403c392 (patch) | |
tree | e83c41834dec8650362689573eb4e35619d4350f /arch/avr32/mach-at32ap/include/mach/init.h | |
parent | 84db8d7cdb072866f5a6c6ac2c9a74c5c48dd22f (diff) | |
download | op-kernel-dev-964d219b6a8a79ea4c8d77b6dcdcbbcda403c392.zip op-kernel-dev-964d219b6a8a79ea4c8d77b6dcdcbbcda403c392.tar.gz |
avr32: Introduce arch/avr32/mach-*/include/mach
Add arch/avr32/mach-*/include to include search path and copy all the
files from include/asm/arch there. The old files will be removed once
ARM does the same change and all common drivers are converted.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/mach-at32ap/include/mach/init.h')
-rw-r--r-- | arch/avr32/mach-at32ap/include/mach/init.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/avr32/mach-at32ap/include/mach/init.h b/arch/avr32/mach-at32ap/include/mach/init.h new file mode 100644 index 0000000..bc40e3d --- /dev/null +++ b/arch/avr32/mach-at32ap/include/mach/init.h @@ -0,0 +1,18 @@ +/* + * AT32AP platform initialization calls. + * + * Copyright (C) 2006 Atmel Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +#ifndef __ASM_AVR32_AT32AP_INIT_H__ +#define __ASM_AVR32_AT32AP_INIT_H__ + +void setup_platform(void); +void setup_board(void); + +void at32_setup_serial_console(unsigned int usart_id); + +#endif /* __ASM_AVR32_AT32AP_INIT_H__ */ |