memPartLib.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* memPartLib.h - memory partition management library header file */
  2. /* Copyright 2001 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,25sep01,tam  created from AE 1.1 memPartLib.h.
  7. */
  8. #ifndef __INCmemPartLibh
  9. #define __INCmemPartLibh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. #include "private/memPartLibP.h"
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif /* __INCmemPartLibh */