summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/ppc4xx_config.h
blob: f38fde542ea888cee09e8df79563b920e54f07af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * (C) Copyright 2008-2009
 * Stefan Roese, DENX Software Engineering, sr@denx.de.
 *
 * (C) Copyright 2009
 * Dirk Eibach,  Guntermann & Drunck GmbH, eibach@gdsys.de
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __PPC4xx_CONFIG_H
#define __PPC4xx_CONFIG_H

#include <common.h>

struct ppc4xx_config {
	char label[16];
	char description[64];
	u8 val[CONFIG_4xx_CONFIG_BLOCKSIZE];
};

extern struct ppc4xx_config ppc4xx_config_val[];
extern int ppc4xx_config_count;

#endif /* __PPC4xx_CONFIG_H */
OpenPOWER on IntegriCloud