lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /**************************************************************************
|
| 2 | *
|
| 3 | * Copyright (c) 2012 ZTE Corporation.
|
| 4 | *
|
| 5 | ***************************************************************************
|
| 6 | * Ä£ ¿é Ãû : P98C_OSS
|
| 7 | * ÎÄ ¼þ Ãû : oss_api.h
|
| 8 | * Ïà¹ØÎļþ :
|
| 9 | * ʵÏÖ¹¦ÄÜ : ossÄ£¿é¶ÔÍâÍ·Îļþ
|
| 10 | * ×÷ Õß : chenxingfang
|
| 11 | * °æ ±¾ : V1.0
|
| 12 | * Íê³ÉÈÕÆÚ : 2012-08-10
|
| 13 | * ÆäËü˵Ã÷ : oss_pub.h »ù±¾ÀàÐÍ¡¢Ä£¿éºÅ¡¢´íÎóºÅ¡¢Ê¼þºÅ¶¨Òå
|
| 14 | oss_posix.h Óëposix¿âÏà¹ØµÄÀàÐͶ¨Òå
|
| 15 | oss_clib.h C¿âÍ·Îļþ
|
| 16 | oss_compiler.h ±àÒëÆ÷ºêÏà¹ØµÄºê¶¨Òå
|
| 17 | oss_fs.h Îļþϵͳ½Ó¿Ú
|
| 18 | oss_kernel.h ²Ù×÷ϵͳÄÚºËÏà¹ØµÄ½Ó¿Ú£¬ÈçÏ̡߳¢ÐźÅÁ¿¡¢»¥³âÌå¡¢¶ÏÑÔ¡¢CPUͳ¼Æ
|
| 19 | oss_trace.h ¸ú×Ù¹¦ÄܵĽӿÚ
|
| 20 | oss_irq.h ÖжϽӿÚ
|
| 21 | oss_mem.h UB¡¢heapÄÚ´æ½Ó¿Ú
|
| 22 | oss_psm.h Ê¡µç¹¦ÄܵĽӿÚ
|
| 23 | oss_sup.h ijЩ¸½¼Ó¹¦ÄÜ£¬Èçʼþ¡¢Á´±í¡¢¶ÓÁС¢»·Ðλº³å¡¢¹ÜµÀ»ù±¾¹¦ÄÜʵÏÖ£¬
|
| 24 | ºÍOSSÄ£¿éµÄϵͳ¹ÜÀí½Ó¿Ú
|
| 25 | oss_monitor.h TOSϵͳÐÅÏ¢¸ú×ÙÄ£¿éÊý¾Ý½á¹¹¶¨Òå
|
| 26 | **************************************************************************/
|
| 27 |
|
| 28 | /**************************************************************************
|
| 29 | * Ð޸ļǼ
|
| 30 | **************************************************************************/
|
| 31 | #ifndef _OSS_API_H
|
| 32 | #define _OSS_API_H
|
| 33 |
|
| 34 | /**************************************************************************
|
| 35 | * #includeÇø
|
| 36 | **************************************************************************/
|
| 37 | #include "oss_pub.h"
|
| 38 | #include "oss_posix.h"
|
| 39 | #include "oss_clib.h"
|
| 40 | #include "oss_compiler.h"
|
| 41 | #include "oss_fs.h"
|
| 42 |
|
| 43 | #include "oss_kernel.h"
|
| 44 | #include "oss_trace.h"
|
| 45 | #include "oss_irq.h"
|
| 46 | #include "oss_mem.h"
|
| 47 | #include "oss_psm.h"
|
| 48 | #include "oss_sup.h"
|
| 49 | #include "oss_monitor.h"
|
| 50 |
|
| 51 | #ifdef __cplusplus
|
| 52 | extern "C"
|
| 53 | {
|
| 54 | #endif
|
| 55 |
|
| 56 | /**************************************************************************
|
| 57 | * ³£Á¿¶¨ÒåÇø
|
| 58 | **************************************************************************/
|
| 59 |
|
| 60 | /**************************************************************************
|
| 61 | * Êý¾Ý½á¹¹¶¨ÒåÇø
|
| 62 | **************************************************************************/
|
| 63 |
|
| 64 | /**************************************************************************
|
| 65 | * º¯ÊýÉùÃ÷Çø
|
| 66 | **************************************************************************/
|
| 67 |
|
| 68 | /**************************************************************************
|
| 69 | * È«¾Ö±äÁ¿ÉùÃ÷Çø
|
| 70 | **************************************************************************/
|
| 71 |
|
| 72 | #ifdef __cplusplus
|
| 73 | }
|
| 74 | #endif
|
| 75 |
|
| 76 | #endif /* _OSS_API_H */
|
| 77 |
|