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,9 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _SOC_RTC_CNTL_STRUCT_H_
#define _SOC_RTC_CNTL_STRUCT_H_
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
@@ -831,5 +832,3 @@ extern rtc_cntl_dev_t RTCCNTL;
#ifdef __cplusplus
}
#endif
#endif /* _SOC_RTC_CNTL_STRUCT_H_ */