📄 fspsynchinterf.hiv
字号:
/*S**************************************************************************** ........................................................................ COPYRIGHT (c) Philips Semiconductors Le Mans 2003 .. All rights are reserved. Reproduction in whole or in part is .. prohibited without the written consent of the copyright owner. . ......................................................................... File name : FspSynchInterf.hiv.. Project : SSYOL3 DV.. Module : libfsplit.. %version: %.. Compiler name and release:...............:........:..........:............:........................... *----------------------------------------------------------------------------* * DESCRIPTION * * This file contains internally used variables declarations for Synchronous * interface. *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * FUNCTIONS DEFINED IN THIS FILE *----------------------------------------------------------------------------* * Name | Object *----------------------------------------------------------------------------* * * *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * EVOLUTION *----------------------------------------------------------------------------* * Date | Author | Description *----------------------------------------------------------------------------* * 15.07.03 | frd964t | Creation *****************************************************************************E*/#ifndef FSPSYNCHINTERF_HIV#define FSPSYNCHINTERF_HIV#if defined(SYNCHRONOUS_FILE_SYSTEM_FTR)#undef GLOBAL#if defined (FSP1SYNCHINTERF_C) #define GLOBAL#else #define GLOBAL extern #endif /* defined FSP1SYNCHINTERF_C */GLOBAL t_fssFILE** a_FssHandle[FSP_HANDLE_LST_MAX] #if defined (FSP1SYNCHINTERF_C)={ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL};#else;#endif /* FS87SYNCHINTERF_C */#undef GLOBAL#endif /* SYNCHRONOUS_FILE_SYSTEM_FTR */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -