blob: 73583ed445a57bbdb3863e826056921e0cd25f9e [file] [log] [blame]
Ian Campbellcba69ee2014-05-05 11:52:26 +01001/*
Hans de Goede9803e4e2015-01-13 18:13:50 +01002 * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
Ian Campbellcba69ee2014-05-05 11:52:26 +01003 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _SUNXI_CPU_H
8#define _SUNXI_CPU_H
9
Hans de Goedeee74fec2015-01-13 19:22:21 +010010#if defined(CONFIG_MACH_SUN9I)
11#include <asm/arch/cpu_sun9i.h>
12#else
Hans de Goede9803e4e2015-01-13 18:13:50 +010013#include <asm/arch/cpu_sun4i.h>
Hans de Goedeee74fec2015-01-13 19:22:21 +010014#endif
Ian Campbellcba69ee2014-05-05 11:52:26 +010015
Hans de Goede9803e4e2015-01-13 18:13:50 +010016#endif /* _SUNXI_CPU_H */