api_int.h
上传用户:yj_qqy
上传日期:2017-01-28
资源大小:2911k
文件大小:1k
- /*
- **********************************************************************
- * Micrium, Inc.
- * 949 Crestview Circle
- * Weston, FL 33327-1848
- *
- * uC/FS
- *
- * (c) Copyright 2001 - 2003, Micrium, Inc.
- * All rights reserved.
- *
- ***********************************************************************
- ----------------------------------------------------------------------
- File : api_int.h
- Purpose : Internals used accross different modules of API layer
- ----------------------------------------------------------------------
- Known problems or limitations with current version
- ----------------------------------------------------------------------
- None.
- ---------------------------END-OF-HEADER------------------------------
- */
- #ifndef _FS_API_INT_H_
- #define _FS_API_INT_H_
- /*********************************************************************
- *
- * Global function prototypes
- *
- **********************************************************************
- */
- int FS__find_fsl(const char *pFullName, FS_FARCHARPTR *pFileName);
- #endif /* _FS_API_INT_H_ */