www.pudn.com > vxworks0108.rar > includes.h


/*  
 * file: includes.h  
 * 
 * Barnett Systems Engineering 
 * Power PC local 'C' Code include file 
 * 
 * Author: Harry E. Barnett  11/11/99 
 * harryb@hbbse.com http://www.hbbse.com 
 * 
 * Version V1.00 
 * 
 */ 
 
#ifndef INCLUDES_H 
#define INCLUDES_H 
 
#ifdef	GLOBAL_DEFINE 
#define EXTERN 
#else 
#define EXTERN extern 
#endif 
 
#include    "os_cpu.h" 
#include    "os_cfg.h" 
#include    "ucos_ii.h" 
 
#endif /* INCLUDES_H */