stm32: Correct positioning of declaration
[oweals/u-boot.git] / arch / avr32 / include / asm / u-boot.h
1 /*
2  * Copyright (C) 2004-2006 Atmel Corporation
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 #ifndef __ASM_U_BOOT_H__
7 #define __ASM_U_BOOT_H__ 1
8
9 /* Use the generic board which requires a unified bd_info */
10 #include <asm-generic/u-boot.h>
11
12 /* For image.h:image_check_target_arch() */
13 #define IH_ARCH_DEFAULT IH_ARCH_AVR32
14
15 int arch_cpu_init(void);
16 int dram_init(void);
17
18 #endif /* __ASM_U_BOOT_H__ */