www.pudn.com > H265+_C64X_2008.8.rar > evmdm642_pci.h


/* 
 *  Copyright 2003 by Spectrum Digital Incorporated. 
 *  All rights reserved. Property of Spectrum Digital Incorporated. 
 */ 
  
/* 
 *  ======== evmdm642_pci.h ======== 
 * 
 *  Interface for PCI functions on the EVMDM642 board 
 */ 
#ifndef EVMDM642_PCI_ 
#define EVMDM642_PCI_ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
#include  
#include  
 
#define EVMDM642_PCI_CONFIGREGS    13 
 
/* Initialize the LEDs */ 
Int16 EVMDM642_PCI_config(Uint16 *config); 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif