mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-22 22:29:57 +00:00
fix addtogroup and file tag
Signed-off-by: liuchungang <liuchungang@hisilicon.com>
This commit is contained in:
parent
75fbcab1a0
commit
04616bdf3b
@ -13,8 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef QOS_H
|
||||
#define QOS_H
|
||||
/**
|
||||
* @addtogroup QoS
|
||||
* @{
|
||||
@ -39,6 +37,10 @@
|
||||
* @syscap SystemCapability.Resourceschedule.QoS.Core
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef QOS_H
|
||||
#define QOS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@ -115,4 +117,5 @@ int OH_QoS_GetThreadQoS(QoS_Level *level);
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
#endif //QOS_H
|
||||
#endif // QOS_H
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user