www.pudn.com > GOS.rar > HAL.H


#ifndef __UHalH__ 
#define __UHalH__ 
 
VOID EnableInt(VOID); 
VOID DisableInt(VOID); 
VOID EnableFIQ(BOOL bEnable); 
DWORD GetTickCount(VOID); 
void Sleep(DWORD nMilliseconds); 
VOID GetSystemTime(LPSYSTEMTIME lpSystemTime); 
VOID HAL_OnIdle(VOID); 
VOID HAL_Beep(int nType); 
extern "C" void HAL_CreateThread(int tcb,int sp1,int sp2,int pFunc); 
 
#endif //__UHalH__