blob: abf11fa431993878454de1832d28746c2ae543dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _SUNXI_CPU_H
#define _SUNXI_CPU_H
#include <asm/arch/cpu_sun4i.h>
#endif /* _SUNXI_CPU_H */
|