xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu.h (revision ee74fec845e76fbc30a480b84f6dc8be62b73b36)
1cba69eeeSIan Campbell /*
29803e4e1SHans de Goede  * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3cba69eeeSIan Campbell  *
4cba69eeeSIan Campbell  * SPDX-License-Identifier:	GPL-2.0+
5cba69eeeSIan Campbell  */
6cba69eeeSIan Campbell 
7cba69eeeSIan Campbell #ifndef _SUNXI_CPU_H
8cba69eeeSIan Campbell #define _SUNXI_CPU_H
9cba69eeeSIan Campbell 
10*ee74fec8SHans de Goede #if defined(CONFIG_MACH_SUN9I)
11*ee74fec8SHans de Goede #include <asm/arch/cpu_sun9i.h>
12*ee74fec8SHans de Goede #else
139803e4e1SHans de Goede #include <asm/arch/cpu_sun4i.h>
14*ee74fec8SHans de Goede #endif
15cba69eeeSIan Campbell 
169803e4e1SHans de Goede #endif /* _SUNXI_CPU_H */
17