GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / powerpc / platforms / iseries / it_exp_vpd_panel.h
blob6de9097b7f57ad5ea025cf213cd1be672cfff1ba
1 /*
2 * Copyright (C) 2002 Dave Boutcher IBM Corporation
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 #ifndef _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H
19 #define _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H
22 * This struct maps the panel information
24 * Warning:
25 * This data must match the architecture for the panel information
28 #include <asm/types.h>
30 struct ItExtVpdPanel {
31 /* Definition of the Extended Vpd On Panel Data Area */
32 char systemSerial[8];
33 char mfgID[4];
34 char reserved1[24];
35 char machineType[4];
36 char systemID[6];
37 char somUniqueCnt[4];
38 char serialNumberCount;
39 char reserved2[7];
40 u16 bbu3;
41 u16 bbu2;
42 u16 bbu1;
43 char xLocationLabel[8];
44 u8 xRsvd1[6];
45 u16 xFrameId;
46 u8 xRsvd2[48];
49 extern struct ItExtVpdPanel xItExtVpdPanel;
51 #endif /* _PLATFORMS_ISERIES_IT_EXT_VPD_PANEL_H */