]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/include/asm/ppc4xx_config.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / powerpc / include / asm / ppc4xx_config.h
1 /*
2  * (C) Copyright 2008-2009
3  * Stefan Roese, DENX Software Engineering, sr@denx.de.
4  *
5  * (C) Copyright 2009
6  * Dirk Eibach,  Guntermann & Drunck GmbH, eibach@gdsys.de
7  *
8  * SPDX-License-Identifier:     GPL-2.0+
9  */
10
11 #ifndef __PPC4xx_CONFIG_H
12 #define __PPC4xx_CONFIG_H
13
14 #include <common.h>
15
16 struct ppc4xx_config {
17         char label[16];
18         char description[64];
19         u8 val[CONFIG_4xx_CONFIG_BLOCKSIZE];
20 };
21
22 extern struct ppc4xx_config ppc4xx_config_val[];
23 extern int ppc4xx_config_count;
24
25 #endif /* __PPC4xx_CONFIG_H */