section.h
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 0k
Category:

DVD

Development Platform:

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