00001 #ifndef OS_LIB_A_H 00002 #define OS_LIB_A_H 00003 00004 U32 OsLibEnterCritical(void); 00005 void OsLibExitCritical(U32); 00006 00007 #endif