]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/include/asm/ppc4xx_config.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / powerpc / include / asm / ppc4xx_config.h
CommitLineData
87c0b729
SR
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 *
1a459660 8 * SPDX-License-Identifier: GPL-2.0+
87c0b729
SR
9 */
10
11#ifndef __PPC4xx_CONFIG_H
12#define __PPC4xx_CONFIG_H
13
14#include <common.h>
15
16struct ppc4xx_config {
17 char label[16];
18 char description[64];
19 u8 val[CONFIG_4xx_CONFIG_BLOCKSIZE];
20};
21
22extern struct ppc4xx_config ppc4xx_config_val[];
23extern int ppc4xx_config_count;
24
25#endif /* __PPC4xx_CONFIG_H */