Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions include/zephyr/drivers/dma/dma_smartbond.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef DMA_SMARTBOND_H_
#define DMA_SMARTBOND_H_
#ifndef ZEPHYR_INCLUDE_DRIVERS_DMA_DMA_SMARTBOND_H_
#define ZEPHYR_INCLUDE_DRIVERS_DMA_DMA_SMARTBOND_H_

/**
* @brief Vendror-specific DMA peripheral triggering sources.
Expand All @@ -30,4 +30,4 @@ enum dma_smartbond_trig_mux {
DMA_SMARTBOND_TRIG_MUX_NONE = 0xF
};

#endif /* DMA_SMARTBOND_H_ */
#endif /* ZEPHYR_INCLUDE_DRIVERS_DMA_DMA_SMARTBOND_H_ */
6 changes: 3 additions & 3 deletions include/zephyr/drivers/interrupt_controller/intc_esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ZEPHYR_INCLUDE_DRIVERS_ESP_INTR_ALLOC_H__
#define ZEPHYR_INCLUDE_DRIVERS_ESP_INTR_ALLOC_H__
#ifndef ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_ESP32_H_
#define ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_ESP32_H_

#include <stdint.h>
#include <stdbool.h>
Expand Down Expand Up @@ -311,4 +311,4 @@ void esp_intr_noniram_disable(void);
*/
void esp_intr_noniram_enable(void);

#endif
#endif /* ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_ESP32_H_ */
6 changes: 3 additions & 3 deletions include/zephyr/drivers/interrupt_controller/intc_esp32c3.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ZEPHYR_INCLUDE_DRIVERS_ESP_INTR_ALLOC_H__
#define ZEPHYR_INCLUDE_DRIVERS_ESP_INTR_ALLOC_H__
#ifndef ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_ESP32C3_H_
#define ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_ESP32C3_H_

#include <stdint.h>
#include <stdbool.h>
Expand Down Expand Up @@ -118,4 +118,4 @@ int esp_intr_enable(int source);
*/
uint32_t esp_intr_get_enabled_intmask(int status_mask_number);

#endif
#endif /* ZEPHYR_INCLUDE_DRIVERS_INTERRUPT_CONTROLLER_INTC_ESP32C3_H_ */
6 changes: 3 additions & 3 deletions include/zephyr/dt-bindings/dma/dma_smartbond.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef DMA_SMARTBOND_H_
#define DMA_SMARTBOND_H_
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DMA_DMA_SMARTBOND_H_
#define ZEPHYR_INCLUDE_DT_BINDINGS_DMA_DMA_SMARTBOND_H_

/**
* @brief Vendror-specific DMA peripheral triggering sources.
Expand All @@ -28,4 +28,4 @@
#define DMA_SMARTBOND_TRIG_MUX_SDADC 0xD
#define DMA_SMARTBOND_TRIG_MUX_NONE 0xF

#endif /* DMA_SMARTBOND_H_ */
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DMA_DMA_SMARTBOND_H_ */
6 changes: 3 additions & 3 deletions include/zephyr/dt-bindings/pinctrl/gecko-pinctrl-s1.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_GECKO_PINCTRL_H_
#define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_GECKO_PINCTRL_H_
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_GECKO_PINCTRL_S1_H_
#define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_GECKO_PINCTRL_S1_H_

/*
* The whole GECKO_pin configuration information is encoded in a 32-bit bitfield
Expand Down Expand Up @@ -115,4 +115,4 @@
(((GECKO_LOCATION(##loc##) & GECKO_LOC_MSK) << GECKO_LOC_POS) | \
((GECKO_FUN_##fun##_LOC & GECKO_FUN_MSK) << GECKO_FUN_POS))

#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_GECKO_PINCTRL_H_ */
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_GECKO_PINCTRL_S1_H_ */
Loading