blob: 16f60c06fb059e3db1bad124e3c4c5d601ba1a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Allwinnwer A10 devicetree config struct
*
* Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
* Subject to the GNU GPL v2, or (at your option) any later version.
*/
#include <types.h>
struct cpu_allwinner_a10_config {
};
|