~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/arch/powerpc/include/asm/ppc4xx_config.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */