⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fs.h

📁 我今天开始上传5份TI、NXP、MTK的手机开发全套资料。希望对大家有很大的帮助
💻 H
字号:
/*S____________________________________________________________________________ ........................................................................                COPYRIGHT (c) Philips Semiconductors Nuremberg 2003    ..     All rights are reserved. Reproduction in whole or in part is      ..     prohibited without the written consent of the copyright owner.    . ......................................................................... File name :    Fs.h.. Project :      SSYOL3 WAP/MMS.. Module :       OSFS.. %version:      8 %.. Compiler name and release:...............:........:..........:............:........................... *----------------------------------------------------------------------------* *                                    DESCRIPTION * *  General inclide file for FS *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* *                           FUNCTIONS DEFINED IN THIS FILE *----------------------------------------------------------------------------* * Name            | Object *----------------------------------------------------------------------------* * * *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* *                                    EVOLUTION *----------------------------------------------------------------------------* * Date     | Author             | Description *----------------------------------------------------------------------------* * 27.03.03 | tcmc_sgp           | File header is added___________________________________________________________________________E*/#ifndef FS_H#define FS_H#if defined ( ACCESS_RIGHTS_INTERNAL_FS )/* Include pcc */#define ACCESS_RIGHTS_ALL#include "pccdef.h"#undef ACCESS_RIGHTS_ALL/* Include C lib */#include <stdio.h>#include <errno.h>#include <signal.h>#include "setjmp.h"#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <time.h>/* Kernel includes */#define ACCESS_RIGHTS_INTERNAL_RTK#include "master.h"#undef ACCESS_RIGHTS_INTERNAL_RTK/* LMSdv94474 - 21/08/03 - tcmc_wbm */#define ACCESS_RIGHTS_ALL#if defined (TELECA_MS20_FTR) || defined (SYNCHRONOUS_FILE_SYSTEM_FTR)#include "din.h"#endif /* TELECA_MS20_FTR */#undef ACCESS_RIGHTS_ALL/* End LMSdv94474 *//* + LMSqa19443 PATCH JMS 04082004 */#include "mFm.h"#include "avm.h"/* - LMSqa19443 PATCH JMS 04082004 */ #endif#include "FsTranslate.h"#if defined ( ACCESS_RIGHTS_INTERNAL_FS ) #include "FsExtInterf.h"#endif#include "Fss.hec"#include "Fss.het"#include "Fs.hec"#include "Fs.hem"#include "Fs.het"#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "Fs.hic"#include "Fs.hit"#include "Fs.hip"#endif#include "FssMsg.hec"#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FssMsg.het"#include "Fss.hep"#include "Fss.hem"#endif#if defined (  ACCESS_RIGHTS_INTERNAL_FS ) #include "FssManage.het"#include "FssManage.hep"#include "FssManage.hem"/* + LMSqa19443 PATCH JMS 04082004 */#include "FssManage.hev"/* - LMSqa19443 PATCH JMS 04082004 */#endif#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsEntityData.hit"#include "FsEntityData.hip"#include "FsEntityData.him"#endif#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsVolData.hit"#include "FsVolData.hip"#include "FsVolData.him"#endif#include "FsIoBuff.het"#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsIoBuff.hit"#include "FsIoBuff.hip"#include "FsIoBuff.him"#endif#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsMsgApi.hit"#include "FsMsgApi.hip"#include "FsMsgApi.him"#endif#include "FsLowLayer.hec"#include "FsLowLayer.het"#include "FsLowLayer.hep"#include "FsLowLayer.hem"#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsLowLayer.hit"  #include "FsLowLayer.hip" #include "FsLowLayer.him" #endif#include "FsCommon.hep"#include "FsCommon.hem" #if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsCommon.hip"#include "FsCommon.him" #endif#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsExcpt.hic"#include "FsExcpt.hip"#include "FsExcpt.him"#endif#if defined ( SYNCHRONOUS_FILE_SYSTEM_FTR )#if defined ( ACCESS_RIGHTS_INTERNAL_FS )#include "FsSynchInterf.hep"#include "FsSynchInterf.hic"#include "FsSynchInterf.hit"#include "FsSynchInterf.hiv"#include "FsSynchInterf.hip"#endif #endif /*End:SYNCHRONOUS_FILE_SYSTEM_FTR */ /* #endif */#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -