mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 06:50:12 +00:00
接口api规范整改
Signed-off-by: yuhaoqiang <yuhaoqiang@huawei.com>
This commit is contained in:
parent
bb431328e2
commit
15de5ca509
@ -13,8 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef HIVIEWDFX_HIDEBUG_H
|
||||
#define HIVIEWDFX_HIDEBUG_H
|
||||
/**
|
||||
* @addtogroup HiDebug
|
||||
* @{
|
||||
@ -37,6 +35,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef HIVIEWDFX_HIDEBUG_H
|
||||
#define HIVIEWDFX_HIDEBUG_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "hidebug_type.h"
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef HIVIEWDFX_HIDEBUG_TYPE_H
|
||||
#define HIVIEWDFX_HIDEBUG_TYPE_H
|
||||
/**
|
||||
* @addtogroup HiDebug
|
||||
* @{
|
||||
@ -37,6 +35,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef HIVIEWDFX_HIDEBUG_TYPE_H
|
||||
#define HIVIEWDFX_HIDEBUG_TYPE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user