!1762 hidebug接口api规范整改

Merge pull request !1762 from 于好强/master
This commit is contained in:
openharmony_ci 2024-11-20 07:06:50 +00:00 committed by Gitee
commit 3d7f23741d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 4 deletions

View File

@ -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"

View File

@ -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