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


/* 
 *  Copyright 2003 by Spectrum Digital Incorporated. 
 *  All rights reserved. Property of Spectrum Digital Incorporated. 
 */ 
 
/* 
 *  ======== evmdm642_dip.h ======== 
 * 
 *  Interface for DIP switches on the EVMDM642 board 
 */ 
#ifndef EVMDM642_DIP_ 
#define EVMDM642_DIP_ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
#include  
 
/* Initialize the DIP switches */ 
void EVMDM642_DIP_init(); 
 
/* Retrieve the DIP switch value */ 
Uint32 EVMDM642_DIP_get(Uint32 dipNum); 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif