soc: fix register header files not self-contain

This commit is contained in:
wanlei
2022-07-21 11:19:28 +08:00
committed by morris
parent 0acae63317
commit bb5a95f1aa
38 changed files with 208 additions and 478 deletions

View File

@@ -3,8 +3,10 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _SOC_EFUSE_STRUCT_H_
#define _SOC_EFUSE_STRUCT_H_
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
@@ -536,5 +538,3 @@ extern efuse_dev_t EFUSE;
#ifdef __cplusplus
}
#endif
#endif /* _SOC_EFUSE_STRUCT_H_ */