xref: /openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu.h (revision 9803e4e1db1a501c9f45ffb565d08771304168cf)
1 /*
2  * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _SUNXI_CPU_H
8 #define _SUNXI_CPU_H
9 
10 #include <asm/arch/cpu_sun4i.h>
11 
12 #endif /* _SUNXI_CPU_H */
13