Merge branch 'bugfix/fix_build_of_esp32h4beta1' into 'master'

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

See merge request espressif/esp-idf!21999
This commit is contained in:
morris 2023-01-12 00:57:58 +08:00
commit 8d3172d1fb
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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