www.pudn.com > MP3+JPEG.rar > fs_gen.h


#ifndef	__FS_GEN_H__ 
#define	__FS_GEN_H__ 
 
#include "Typedef.h" 
 
 
//Marked by lanhzu 
//#define ULONG   unsigned long 
//#define UWORD   unsigned int 
 
#ifndef	ULONG 
#define ULONG   UINT32 
#endif 
#ifndef	UWORD 
#define UWORD   UINT16 
#endif 
 
 
 
 
#include "platform_def.h" 
 
#define PRINT//(A,...) 
 
#define LFN_API 
#define WITHFAT32 
 
#ifdef _MIPS_ 
	 #include "stdio.h"  
	 #include "../_554/customer/sio.h" 
	 #include  "general.h" 
#endif 
 
#ifdef _MFP_	/* by jk 2005/01/26 */ 
	 #include "stdio.h"          
#endif 
 
#ifdef Keil51 
	 #include "stdio.h" 
#endif 
 
#ifdef unSP 
	 #include  
 
//	#ifndef	FS_MEM_ALLOC(size) 
//		#define 	 FS_MEM_ALLOC(size) 	 ucBSMalloc(size) 
//	#endif 
 
//	#ifndef FS_MEM_FREE(handle) 
//		#define 	 FS_MEM_FREE(handle) 	 ucBSFree(handle) 
//	#endif 
 
#endif 
 
#ifdef VC6 
	 #include "stdio.h" 
#endif 
 
typedef  struct dmatch_backup 
{ 
  UWORD dm_entry; 
#ifdef WITHFAT32 
  ULONG dm_dircluster;  
#else 
  UWORD dm_dircluster; 
#endif 
} DIR_SAVE_T; 
 
 
/********************************************************/ 
#endif