1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
4 *
5 * Placeholder wrapper to allow addressing Allwinner A10 (sun4i) CPU
6 * based devices separately. Please do not add anything in here.
7 */
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
11#include <configs/sunxi-common.h>
12
13#endif /* __CONFIG_H */
14