soc: add a header file to fix the bug of esp32h4beta1 build

This commit is contained in:
Xu Si Yu
2023-01-11 11:14:24 +08:00
committed by morris
parent 1d2469fbd1
commit d17ecbcf5d
5 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
*/ */
#ifndef _SOC_EFUSE_STRUCT_H_ #ifndef _SOC_EFUSE_STRUCT_H_
#define _SOC_EFUSE_STRUCT_H_ #define _SOC_EFUSE_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@@ -5,6 +5,7 @@
*/ */
#ifndef _SOC_RTC_CNTL_STRUCT_H_ #ifndef _SOC_RTC_CNTL_STRUCT_H_
#define _SOC_RTC_CNTL_STRUCT_H_ #define _SOC_RTC_CNTL_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@@ -5,6 +5,7 @@
*/ */
#ifndef _SOC_SYSCON_STRUCT_H_ #ifndef _SOC_SYSCON_STRUCT_H_
#define _SOC_SYSCON_STRUCT_H_ #define _SOC_SYSCON_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@@ -6,6 +6,7 @@
#ifndef _SOC_SYSTEM_STRUCT_H_ #ifndef _SOC_SYSTEM_STRUCT_H_
#define _SOC_SYSTEM_STRUCT_H_ #define _SOC_SYSTEM_STRUCT_H_
#include <stdint.h>
#include "soc/soc.h" #include "soc/soc.h"
#ifdef __cplusplus #ifdef __cplusplus

View File

@@ -6,6 +6,7 @@
#ifndef _SOC_USB_SERIAL_JTAG_STRUCT_H_ #ifndef _SOC_USB_SERIAL_JTAG_STRUCT_H_
#define _SOC_USB_SERIAL_JTAG_STRUCT_H_ #define _SOC_USB_SERIAL_JTAG_STRUCT_H_
#include <stdint.h>
#include "soc/soc.h" #include "soc/soc.h"
#ifdef __cplusplus #ifdef __cplusplus