Skip to content

Commit 2e66ce1

Browse files
soburifabiobaltieri
authored andcommitted
include: dt-bindings: misc: nordic: Fix include-guard
The implementation of include-guard is incomplete, so I fixed it. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent f24cb62 commit 2e66ce1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

include/zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_DOMAIN_ID_NRF54H20_H_
7+
#define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_DOMAIN_ID_NRF54H20_H_
78

89
#define NRF_DOMAIN_ID_APPLICATION 2
910
#define NRF_DOMAIN_ID_RADIOCORE 3

include/zephyr/dt-bindings/misc/nordic-owner-id-nrf54h20.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_OWNER_ID_NRF54H20_H_
7+
#define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_OWNER_ID_NRF54H20_H_
78

89
#define NRF_OWNER_ID_NONE 0
910
#define NRF_OWNER_ID_APPLICATION 2

include/zephyr/dt-bindings/misc/nordic-tddconf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_TDDCONF_H_
7+
#define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_TDDCONF_H_
78

89
#define NRF_TDDCONF_SOURCE_STMMAINCORE BIT(0)
910
#define NRF_TDDCONF_SOURCE_ETMMAINCORE BIT(1)

0 commit comments

Comments
 (0)