api_int.h
上传用户:yj_qqy
上传日期:2017-01-28
资源大小:2911k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. /*
  2. **********************************************************************
  3. *                          Micrium, Inc.
  4. *                      949 Crestview Circle
  5. *                     Weston,  FL 33327-1848
  6. *
  7. *                            uC/FS
  8. *
  9. *             (c) Copyright 2001 - 2003, Micrium, Inc.
  10. *                      All rights reserved.
  11. *
  12. ***********************************************************************
  13. ----------------------------------------------------------------------
  14. File        : api_int.h 
  15. Purpose     : Internals used accross different modules of API layer
  16. ----------------------------------------------------------------------
  17. Known problems or limitations with current version
  18. ----------------------------------------------------------------------
  19. None.
  20. ---------------------------END-OF-HEADER------------------------------
  21. */
  22. #ifndef _FS_API_INT_H_
  23. #define _FS_API_INT_H_
  24. /*********************************************************************
  25. *
  26. *             Global function prototypes
  27. *
  28. **********************************************************************
  29. */
  30. int FS__find_fsl(const char *pFullName, FS_FARCHARPTR *pFileName);
  31. #endif  /* _FS_API_INT_H_ */