/* * (C) Copyright 2015 Hans de Goede * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SUNXI_CPU_H #define _SUNXI_CPU_H #if defined(CONFIG_MACH_SUN9I) #include #else #include #endif #endif /* _SUNXI_CPU_H */