source: rtems/c/src/lib/libbsp/powerpc/mvme5500/GT64260/VPD.h @ 7be6ad9

4.104.114.84.95
Last change on this file since 7be6ad9 was 7be6ad9, checked in by Eric Norum <WENorum@…>, on 10/20/04 at 15:21:05

Add MVME550 BSP

  • Property mode set to 100644
File size: 248 bytes
Line 
1/* The mapping of the Configuration VPD
2 *
3 * (C) 2004, NSLS, Brookhaven National Laboratory,
4 *           S. Kate Feng, <feng1@bnl.gov>
5 *
6 */
7
8extern unsigned char ConfVPD_buff[200];
9
10#define VPD_ENET0_OFFSET  0x3c
11#define VPD_ENET1_OFFSET  0x45
Note: See TracBrowser for help on using the repository browser.