section.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __SECTION_H__
  2. #define __SECTION_H__
  3. #include <stddefs.h>
  4. extern ST_Partition_t *NcachePartition; /* non-cached partition */
  5. extern ST_Partition_t *SystemPartition; /* general partition    */
  6. ST_ErrorCode_t KB_SECTIONSetup(void);
  7. #endif