From fb9b3bcd9326923f8c08fd6754485c28d8f6e915 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 6 May 2022 10:30:42 +0200 Subject: [PATCH] include: migrate includes to In order to bring consistency in-tree, migrate all includes within include directory to the new prefix . Note that the conversion has been scripted, refer to zephyrproject-rtos#45388 for more details. Signed-off-by: Gerard Marull-Paretas --- include/zephyr/app_memory/app_memdomain.h | 6 +-- include/zephyr/app_memory/mem_domain.h | 6 +-- include/zephyr/app_memory/partitions.h | 2 +- include/zephyr/arch/arc/arc_addr_types.h | 2 +- include/zephyr/arch/arc/arch.h | 30 ++++++------ include/zephyr/arch/arc/arch_inlines.h | 4 +- include/zephyr/arch/arc/sys-io-common.h | 6 +-- include/zephyr/arch/arc/syscall.h | 2 +- include/zephyr/arch/arc/v2/asm_inline.h | 2 +- include/zephyr/arch/arc/v2/error.h | 4 +- include/zephyr/arch/arc/v2/irq.h | 10 ++-- .../arch/arc/v2/secureshield/arc_secure.h | 2 +- include/zephyr/arch/arc/v2/sys_io.h | 6 +-- include/zephyr/arch/arch_inlines.h | 12 ++--- include/zephyr/arch/arm/aarch32/arch.h | 42 ++++++++-------- .../zephyr/arch/arm/aarch32/arch_inlines.h | 2 +- include/zephyr/arch/arm/aarch32/asm_inline.h | 2 +- .../zephyr/arch/arm/aarch32/asm_inline_gcc.h | 6 +-- .../arch/arm/aarch32/cortex_a_r/armv8_timer.h | 2 +- .../arch/arm/aarch32/cortex_a_r/cmsis.h | 2 +- .../zephyr/arch/arm/aarch32/cortex_a_r/cpu.h | 2 +- .../arch/arm/aarch32/cortex_a_r/sys_io.h | 4 +- .../arch/arm/aarch32/cortex_a_r/timer.h | 4 +- .../zephyr/arch/arm/aarch32/cortex_m/cmsis.h | 2 +- .../arch/arm/aarch32/cortex_m/memory_map.h | 2 +- include/zephyr/arch/arm/aarch32/error.h | 4 +- include/zephyr/arch/arm/aarch32/exc.h | 2 +- include/zephyr/arch/arm/aarch32/irq.h | 4 +- include/zephyr/arch/arm/aarch32/mpu/arm_mpu.h | 4 +- .../zephyr/arch/arm/aarch32/mpu/arm_mpu_v7m.h | 2 +- .../zephyr/arch/arm/aarch32/mpu/arm_mpu_v8m.h | 2 +- include/zephyr/arch/arm/aarch32/syscall.h | 2 +- include/zephyr/arch/arm64/arch.h | 32 ++++++------- include/zephyr/arch/arm64/arch_inlines.h | 6 +-- include/zephyr/arch/arm64/asm_inline.h | 2 +- include/zephyr/arch/arm64/asm_inline_gcc.h | 2 +- include/zephyr/arch/arm64/cpu.h | 2 +- include/zephyr/arch/arm64/error.h | 4 +- include/zephyr/arch/arm64/irq.h | 4 +- include/zephyr/arch/arm64/lib_helpers.h | 2 +- include/zephyr/arch/arm64/mm.h | 4 +- include/zephyr/arch/arm64/sys_io.h | 2 +- include/zephyr/arch/arm64/syscall.h | 4 +- include/zephyr/arch/arm64/thread_stack.h | 2 +- include/zephyr/arch/arm64/timer.h | 2 +- include/zephyr/arch/common/sys_bitops.h | 4 +- include/zephyr/arch/common/sys_io.h | 4 +- include/zephyr/arch/cpu.h | 22 ++++----- include/zephyr/arch/mips/arch.h | 16 +++---- include/zephyr/arch/mips/exp.h | 2 +- include/zephyr/arch/nios2/arch.h | 18 +++---- include/zephyr/arch/nios2/asm_inline.h | 2 +- include/zephyr/arch/nios2/asm_inline_gcc.h | 4 +- include/zephyr/arch/nios2/nios2.h | 4 +- include/zephyr/arch/posix/arch.h | 12 ++--- include/zephyr/arch/posix/asm_inline.h | 2 +- include/zephyr/arch/posix/asm_inline_gcc.h | 10 ++-- include/zephyr/arch/posix/posix_soc_if.h | 2 +- include/zephyr/arch/riscv/arch.h | 24 +++++----- include/zephyr/arch/riscv/arch_inlines.h | 2 +- include/zephyr/arch/riscv/error.h | 4 +- include/zephyr/arch/riscv/exp.h | 2 +- .../arch/riscv/riscv-privilege/asm_inline.h | 2 +- .../riscv/riscv-privilege/asm_inline_gcc.h | 2 +- include/zephyr/arch/sparc/arch.h | 16 +++---- include/zephyr/arch/structs.h | 2 +- include/zephyr/arch/syscall.h | 12 ++--- include/zephyr/arch/x86/arch.h | 18 +++---- include/zephyr/arch/x86/arch_inlines.h | 4 +- include/zephyr/arch/x86/ia32/arch.h | 18 +++---- include/zephyr/arch/x86/ia32/asm.h | 4 +- include/zephyr/arch/x86/ia32/gdbstub.h | 2 +- include/zephyr/arch/x86/ia32/sys_io.h | 2 +- include/zephyr/arch/x86/ia32/syscall.h | 2 +- include/zephyr/arch/x86/ia32/thread.h | 2 +- include/zephyr/arch/x86/intel64/arch.h | 4 +- include/zephyr/arch/x86/intel64/thread.h | 2 +- include/zephyr/arch/x86/mmustructs.h | 4 +- include/zephyr/arch/x86/thread_stack.h | 2 +- include/zephyr/arch/xtensa/arch.h | 22 ++++----- include/zephyr/arch/xtensa/arch_inlines.h | 2 +- include/zephyr/arch/xtensa/cache.h | 6 +-- include/zephyr/arch/xtensa/irq.h | 4 +- include/zephyr/audio/codec.h | 2 +- include/zephyr/audio/dmic.h | 2 +- include/zephyr/bluetooth/a2dp.h | 2 +- include/zephyr/bluetooth/addr.h | 2 +- include/zephyr/bluetooth/att.h | 4 +- include/zephyr/bluetooth/audio/aics.h | 2 +- include/zephyr/bluetooth/audio/audio.h | 14 +++--- include/zephyr/bluetooth/audio/bass.h | 2 +- include/zephyr/bluetooth/audio/capabilities.h | 2 +- include/zephyr/bluetooth/audio/csis.h | 2 +- include/zephyr/bluetooth/audio/has.h | 4 +- include/zephyr/bluetooth/audio/lc3.h | 2 +- include/zephyr/bluetooth/audio/mcc.h | 6 +-- include/zephyr/bluetooth/audio/mcs.h | 2 +- include/zephyr/bluetooth/audio/media_proxy.h | 2 +- include/zephyr/bluetooth/audio/mics.h | 2 +- include/zephyr/bluetooth/audio/tbs.h | 2 +- include/zephyr/bluetooth/audio/vcs.h | 4 +- include/zephyr/bluetooth/avdtp.h | 2 +- include/zephyr/bluetooth/bluetooth.h | 10 ++-- include/zephyr/bluetooth/buf.h | 6 +-- include/zephyr/bluetooth/conn.h | 10 ++-- include/zephyr/bluetooth/gatt.h | 10 ++-- include/zephyr/bluetooth/hci.h | 12 ++--- include/zephyr/bluetooth/hci_vs.h | 2 +- include/zephyr/bluetooth/hfp_hf.h | 2 +- include/zephyr/bluetooth/iso.h | 8 ++-- include/zephyr/bluetooth/l2cap.h | 8 ++-- include/zephyr/bluetooth/mesh.h | 26 +++++----- include/zephyr/bluetooth/mesh/access.h | 6 +-- include/zephyr/bluetooth/mesh/cdb.h | 2 +- include/zephyr/bluetooth/mesh/heartbeat.h | 2 +- include/zephyr/bluetooth/mesh/msg.h | 2 +- include/zephyr/bluetooth/mesh/shell.h | 2 +- include/zephyr/bluetooth/rfcomm.h | 4 +- include/zephyr/bluetooth/sdp.h | 4 +- include/zephyr/bluetooth/services/ots.h | 10 ++-- include/zephyr/bluetooth/testing.h | 2 +- include/zephyr/bluetooth/uuid.h | 2 +- include/zephyr/cache.h | 4 +- include/zephyr/canbus/isotp.h | 4 +- include/zephyr/console/console.h | 2 +- include/zephyr/console/tty.h | 2 +- include/zephyr/crypto/cipher.h | 2 +- include/zephyr/crypto/crypto.h | 6 +-- include/zephyr/data/json.h | 4 +- include/zephyr/debug/coredump.h | 6 +-- include/zephyr/debug/object_tracing.h | 4 +- include/zephyr/debug/stack.h | 2 +- include/zephyr/debug/tracing.h | 2 +- include/zephyr/device.h | 8 ++-- include/zephyr/devicetree.h | 28 +++++------ include/zephyr/devicetree/zephyr.h | 2 +- include/zephyr/dfu/flash_img.h | 2 +- include/zephyr/display/cfb.h | 2 +- include/zephyr/display/framebuf.h | 2 +- include/zephyr/display/mb_display.h | 4 +- include/zephyr/drivers/adc.h | 2 +- include/zephyr/drivers/adc/adc_emul.h | 2 +- .../zephyr/drivers/adc/adc_npcx_threshold.h | 2 +- include/zephyr/drivers/adc/lmp90xxx.h | 2 +- include/zephyr/drivers/bluetooth/hci_driver.h | 6 +-- include/zephyr/drivers/can.h | 4 +- include/zephyr/drivers/clock_control.h | 4 +- .../drivers/clock_control/arm_clock_control.h | 2 +- .../clock_control/lpc11u6x_clock_control.h | 4 +- .../clock_control/mchp_xec_clock_control.h | 4 +- .../drivers/clock_control/nrf_clock_control.h | 4 +- .../clock_control/rcar_clock_control.h | 4 +- .../clock_control/stm32_clock_control.h | 22 ++++----- include/zephyr/drivers/console/ipm_console.h | 4 +- include/zephyr/drivers/console/uart_console.h | 2 +- include/zephyr/drivers/console/uart_mux.h | 2 +- include/zephyr/drivers/disk.h | 4 +- include/zephyr/drivers/dma.h | 2 +- include/zephyr/drivers/ec_host_cmd_periph.h | 2 +- .../ec_host_cmd_simulator.h | 2 +- include/zephyr/drivers/espi.h | 2 +- include/zephyr/drivers/espi_emul.h | 4 +- include/zephyr/drivers/espi_saf.h | 2 +- include/zephyr/drivers/fpga.h | 2 +- include/zephyr/drivers/gpio.h | 6 +-- include/zephyr/drivers/gpio/gpio_emul.h | 2 +- include/zephyr/drivers/gpio/gpio_mmio32.h | 2 +- include/zephyr/drivers/gpio/gpio_sx1509b.h | 2 +- include/zephyr/drivers/hwinfo.h | 2 +- include/zephyr/drivers/i2c.h | 2 +- include/zephyr/drivers/i2c_emul.h | 2 +- .../drivers/interrupt_controller/gd32_exti.h | 2 +- .../interrupt_controller/intc_mchp_xec_ecia.h | 2 +- .../drivers/interrupt_controller/intel_vtd.h | 2 +- .../drivers/interrupt_controller/loapic.h | 6 +-- .../drivers/interrupt_controller/sysapic.h | 2 +- include/zephyr/drivers/ipm.h | 2 +- include/zephyr/drivers/led/ht16k33.h | 2 +- include/zephyr/drivers/mbox.h | 4 +- .../drivers/misc/ft8xx/ft8xx_reference_api.h | 8 ++-- include/zephyr/drivers/mm/system_mm.h | 2 +- include/zephyr/drivers/pcie/controller.h | 2 +- .../zephyr/drivers/pcie/endpoint/pcie_ep.h | 4 +- include/zephyr/drivers/pcie/msi.h | 4 +- include/zephyr/drivers/pcie/pcie.h | 2 +- include/zephyr/drivers/peci.h | 2 +- include/zephyr/drivers/pinctrl.h | 4 +- include/zephyr/drivers/pm_cpu_ops/psci.h | 2 +- include/zephyr/drivers/ptp_clock.h | 6 +-- include/zephyr/drivers/pwm.h | 6 +-- include/zephyr/drivers/regulator.h | 4 +- include/zephyr/drivers/regulator/consumer.h | 2 +- include/zephyr/drivers/rtc/maxim_ds3231.h | 6 +-- include/zephyr/drivers/rtc/mcp7940n.h | 2 +- include/zephyr/drivers/sensor/ccs811.h | 2 +- include/zephyr/drivers/sensor/fdc2x1x.h | 2 +- include/zephyr/drivers/sensor/it8xxx2_vcmp.h | 2 +- include/zephyr/drivers/sensor/mcux_acmp.h | 2 +- include/zephyr/drivers/sensor/mhz19b.h | 2 +- include/zephyr/drivers/sensor/sht4x.h | 2 +- include/zephyr/drivers/spi.h | 4 +- include/zephyr/drivers/spi_emul.h | 2 +- include/zephyr/drivers/timer/arm_arch_timer.h | 2 +- include/zephyr/drivers/timer/nrf_rtc_timer.h | 2 +- include/zephyr/drivers/video.h | 2 +- include/zephyr/drivers/watchdog.h | 2 +- include/zephyr/dt-bindings/dt-util.h | 2 +- .../interrupt-controller/arm-gic.h | 2 +- .../interrupt-controller/it8xxx2-wuc.h | 2 +- .../dt-bindings/ipc_service/static_vrings.h | 2 +- .../dt-bindings/pinctrl/esp-pinctrl-common.h | 2 +- .../dt-bindings/pinctrl/mchp-xec-pinctrl.h | 2 +- .../dt-bindings/pinctrl/stm32-pinctrl.h | 2 +- .../dt-bindings/pinctrl/stm32f1-pinctrl.h | 4 +- include/zephyr/dt-bindings/sensor/ina230.h | 2 +- include/zephyr/dt-bindings/sensor/ina237.h | 2 +- include/zephyr/fatal.h | 4 +- include/zephyr/fs/fcb.h | 4 +- include/zephyr/fs/fs.h | 4 +- include/zephyr/fs/littlefs.h | 4 +- include/zephyr/fs/nvs.h | 4 +- include/zephyr/init.h | 4 +- include/zephyr/ipc/ipc_rpmsg.h | 2 +- include/zephyr/ipc/ipc_service_backend.h | 2 +- include/zephyr/ipc/ipc_static_vrings.h | 2 +- include/zephyr/irq.h | 4 +- include/zephyr/kernel.h | 8 ++-- include/zephyr/kernel/sched_priq.h | 6 +-- include/zephyr/kernel/thread.h | 4 +- include/zephyr/kernel/thread_stack.h | 4 +- include/zephyr/kernel_includes.h | 48 +++++++++---------- include/zephyr/kernel_structs.h | 14 +++--- include/zephyr/linker/linker-defs.h | 10 ++-- include/zephyr/linker/linker-tool-gcc.h | 2 +- include/zephyr/linker/linker-tool.h | 4 +- include/zephyr/linker/section_tags.h | 2 +- include/zephyr/linker/sections.h | 2 +- include/zephyr/logging/log.h | 4 +- include/zephyr/logging/log_backend.h | 10 ++-- include/zephyr/logging/log_backend_std.h | 6 +-- include/zephyr/logging/log_core.h | 10 ++-- include/zephyr/logging/log_ctrl.h | 8 ++-- include/zephyr/logging/log_frontend.h | 2 +- include/zephyr/logging/log_internal.h | 4 +- include/zephyr/logging/log_msg.h | 6 +-- include/zephyr/logging/log_msg2.h | 12 ++--- include/zephyr/logging/log_output.h | 6 +-- include/zephyr/logging/log_output_dict.h | 8 ++-- include/zephyr/lorawan/lorawan.h | 2 +- include/zephyr/math/ilog2.h | 6 +-- include/zephyr/mgmt/mcumgr/smp.h | 2 +- include/zephyr/mgmt/mcumgr/zephyr_groups.h | 2 +- include/zephyr/mgmt/osdp.h | 2 +- include/zephyr/modbus/modbus.h | 2 +- include/zephyr/net/bt.h | 2 +- include/zephyr/net/buf.h | 2 +- include/zephyr/net/coap.h | 4 +- include/zephyr/net/dhcpv4.h | 2 +- include/zephyr/net/dns_resolve.h | 4 +- include/zephyr/net/dns_sd.h | 8 ++-- include/zephyr/net/dsa.h | 2 +- include/zephyr/net/dummy.h | 4 +- include/zephyr/net/ethernet.h | 22 ++++----- include/zephyr/net/ethernet_bridge.h | 2 +- include/zephyr/net/ethernet_mgmt.h | 4 +- include/zephyr/net/gptp.h | 4 +- include/zephyr/net/http_client.h | 6 +-- include/zephyr/net/http_parser.h | 4 +- include/zephyr/net/http_parser_url.h | 2 +- include/zephyr/net/ieee802154.h | 4 +- include/zephyr/net/ieee802154_mgmt.h | 4 +- include/zephyr/net/ieee802154_radio.h | 6 +-- include/zephyr/net/igmp.h | 4 +- include/zephyr/net/lwm2m.h | 8 ++-- include/zephyr/net/mqtt.h | 8 ++-- include/zephyr/net/net_config.h | 2 +- include/zephyr/net/net_context.h | 10 ++-- include/zephyr/net/net_core.h | 8 ++-- include/zephyr/net/net_event.h | 2 +- include/zephyr/net/net_if.h | 20 ++++---- include/zephyr/net/net_ip.h | 8 ++-- include/zephyr/net/net_l2.h | 4 +- include/zephyr/net/net_mgmt.h | 6 +-- include/zephyr/net/net_offload.h | 6 +-- include/zephyr/net/net_pkt.h | 16 +++---- include/zephyr/net/net_pkt_filter.h | 6 +-- include/zephyr/net/net_stats.h | 4 +- include/zephyr/net/net_timeout.h | 2 +- include/zephyr/net/openthread.h | 4 +- include/zephyr/net/ppp.h | 8 ++-- include/zephyr/net/promiscuous.h | 4 +- include/zephyr/net/ptp_time.h | 4 +- include/zephyr/net/sntp.h | 8 ++-- include/zephyr/net/socket.h | 6 +-- include/zephyr/net/socket_can.h | 6 +-- include/zephyr/net/socket_net_mgmt.h | 6 +-- include/zephyr/net/socket_offload.h | 4 +- include/zephyr/net/socket_select.h | 4 +- include/zephyr/net/socketutils.h | 4 +- include/zephyr/net/tftp.h | 2 +- include/zephyr/net/trickle.h | 4 +- include/zephyr/net/udp.h | 6 +-- include/zephyr/net/virtual.h | 12 ++--- include/zephyr/net/virtual_mgmt.h | 4 +- include/zephyr/net/websocket.h | 8 ++-- include/zephyr/net/wifi_mgmt.h | 6 +-- include/zephyr/pm/device.h | 4 +- include/zephyr/pm/pm.h | 6 +-- include/zephyr/pm/policy.h | 4 +- include/zephyr/pm/state.h | 2 +- include/zephyr/portability/cmsis_os.h | 4 +- include/zephyr/posix/arpa/inet.h | 2 +- include/zephyr/posix/dirent.h | 2 +- include/zephyr/posix/mqueue.h | 4 +- include/zephyr/posix/net/if.h | 2 +- include/zephyr/posix/netdb.h | 2 +- include/zephyr/posix/netinet/in.h | 2 +- include/zephyr/posix/netinet/tcp.h | 2 +- include/zephyr/posix/poll.h | 2 +- include/zephyr/posix/posix_types.h | 2 +- include/zephyr/posix/pthread.h | 10 ++-- include/zephyr/posix/pthread_key.h | 2 +- include/zephyr/posix/semaphore.h | 2 +- include/zephyr/posix/sys/eventfd.h | 2 +- include/zephyr/posix/sys/select.h | 2 +- include/zephyr/posix/sys/socket.h | 2 +- include/zephyr/posix/time.h | 4 +- include/zephyr/posix/unistd.h | 2 +- include/zephyr/random/rand32.h | 2 +- include/zephyr/settings/settings.h | 4 +- include/zephyr/shell/shell.h | 16 +++---- include/zephyr/shell/shell_dummy.h | 2 +- include/zephyr/shell/shell_history.h | 6 +-- include/zephyr/shell/shell_log_backend.h | 8 ++-- include/zephyr/shell/shell_mqtt.h | 14 +++--- include/zephyr/shell/shell_rtt.h | 2 +- include/zephyr/shell/shell_telnet.h | 2 +- include/zephyr/shell/shell_uart.h | 6 +-- include/zephyr/spinlock.h | 6 +-- include/zephyr/storage/disk_access.h | 2 +- include/zephyr/storage/stream_flash.h | 2 +- include/zephyr/sw_isr_table.h | 2 +- include/zephyr/sys/__assert.h | 2 +- include/zephyr/sys/arch_interface.h | 10 ++-- include/zephyr/sys/atomic.h | 8 ++-- include/zephyr/sys/bitarray.h | 2 +- include/zephyr/sys/byteorder.h | 4 +- include/zephyr/sys/cbprintf.h | 4 +- include/zephyr/sys/cbprintf_internal.h | 8 ++-- include/zephyr/sys/check.h | 2 +- include/zephyr/sys/device_mmio.h | 8 ++-- include/zephyr/sys/dlist.h | 2 +- include/zephyr/sys/errno_private.h | 2 +- include/zephyr/sys/fdtable.h | 2 +- include/zephyr/sys/heap_listener.h | 4 +- include/zephyr/sys/libc-hooks.h | 2 +- include/zephyr/sys/list_gen.h | 2 +- include/zephyr/sys/math_extras.h | 2 +- include/zephyr/sys/math_extras_impl.h | 2 +- include/zephyr/sys/mem_blocks.h | 6 +-- include/zephyr/sys/mem_manage.h | 8 ++-- include/zephyr/sys/mpsc_pbuf.h | 4 +- include/zephyr/sys/mutex.h | 8 ++-- include/zephyr/sys/notify.h | 2 +- include/zephyr/sys/onoff.h | 4 +- include/zephyr/sys/p4wq.h | 2 +- include/zephyr/sys/printk.h | 2 +- include/zephyr/sys/reboot.h | 2 +- include/zephyr/sys/ring_buffer.h | 4 +- include/zephyr/sys/sem.h | 4 +- include/zephyr/sys/sflist.h | 2 +- include/zephyr/sys/time_units.h | 2 +- include/zephyr/sys/util.h | 2 +- include/zephyr/sys/util_macro.h | 2 +- include/zephyr/sys_clock.h | 8 ++-- include/zephyr/syscall.h | 4 +- include/zephyr/syscall_handler.h | 8 ++-- include/zephyr/task_wdt/task_wdt.h | 2 +- include/zephyr/timeout_q.h | 2 +- include/zephyr/timing/timing.h | 4 +- include/zephyr/toolchain.h | 10 ++-- include/zephyr/toolchain/armclang.h | 2 +- include/zephyr/toolchain/gcc.h | 4 +- include/zephyr/toolchain/llvm.h | 2 +- include/zephyr/toolchain/mwdt.h | 4 +- include/zephyr/toolchain/xcc.h | 2 +- include/zephyr/tracing/tracing.h | 2 +- include/zephyr/tracing/tracing_format.h | 2 +- include/zephyr/tracing/tracking.h | 4 +- include/zephyr/usb/class/usb_audio.h | 6 +-- include/zephyr/usb/class/usb_dfu.h | 2 +- include/zephyr/usb/class/usb_hid.h | 2 +- include/zephyr/usb/usb_ch9.h | 2 +- include/zephyr/usb/usb_common.h | 2 +- include/zephyr/usb/usb_device.h | 6 +-- include/zephyr/usb/usbstruct.h | 2 +- include/zephyr/wait_q.h | 10 ++-- include/zephyr/xen/console.h | 6 +-- include/zephyr/xen/events.h | 4 +- include/zephyr/xen/generic.h | 2 +- include/zephyr/xen/hvm.h | 6 +-- include/zephyr/xen/public/arch-arm.h | 2 +- include/zephyr/zephyr.h | 2 +- 403 files changed, 966 insertions(+), 966 deletions(-) diff --git a/include/zephyr/app_memory/app_memdomain.h b/include/zephyr/app_memory/app_memdomain.h index 6d5813df6c8..dcb37fab5f8 100644 --- a/include/zephyr/app_memory/app_memdomain.h +++ b/include/zephyr/app_memory/app_memdomain.h @@ -6,9 +6,9 @@ #ifndef ZEPHYR_INCLUDE_APP_MEMORY_APP_MEMDOMAIN_H_ #define ZEPHYR_INCLUDE_APP_MEMORY_APP_MEMDOMAIN_H_ -#include -#include -#include +#include +#include +#include #ifdef CONFIG_USERSPACE diff --git a/include/zephyr/app_memory/mem_domain.h b/include/zephyr/app_memory/mem_domain.h index 9febe779edd..ece13e3bdc2 100644 --- a/include/zephyr/app_memory/mem_domain.h +++ b/include/zephyr/app_memory/mem_domain.h @@ -10,9 +10,9 @@ #include #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/app_memory/partitions.h b/include/zephyr/app_memory/partitions.h index 1b5fb84ef27..3caf3b3aed8 100644 --- a/include/zephyr/app_memory/partitions.h +++ b/include/zephyr/app_memory/partitions.h @@ -8,7 +8,7 @@ #define ZEPHYR_APP_MEMORY_PARTITIONS_H #ifdef CONFIG_USERSPACE -#include /* For struct k_mem_partition */ +#include /* For struct k_mem_partition */ #if defined(CONFIG_MBEDTLS) extern struct k_mem_partition k_mbedtls_partition; diff --git a/include/zephyr/arch/arc/arc_addr_types.h b/include/zephyr/arch/arc/arc_addr_types.h index 92498b12ba1..b0a8933a0b1 100644 --- a/include/zephyr/arch/arc/arc_addr_types.h +++ b/include/zephyr/arch/arc/arc_addr_types.h @@ -20,7 +20,7 @@ typedef unsigned long paddr_t; typedef void *vaddr_t; #else -#include +#include #endif #endif /* _ASMLANGUAGE */ diff --git a/include/zephyr/arch/arc/arch.h b/include/zephyr/arch/arc/arch.h index 8380243d751..4bf9d61c4b3 100644 --- a/include/zephyr/arch/arc/arch.h +++ b/include/zephyr/arch/arc/arch.h @@ -17,29 +17,29 @@ #define ZEPHYR_INCLUDE_ARCH_ARC_ARCH_H_ #include -#include -#include -#include -#include +#include +#include +#include +#include #include "sys-io-common.h" -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #ifdef CONFIG_ARC_CONNECT -#include +#include #endif #ifdef CONFIG_ISA_ARCV2 #include "v2/sys_io.h" #ifdef CONFIG_ARC_HAS_SECURE -#include +#include #endif #endif @@ -239,7 +239,7 @@ BUILD_ASSERT(CONFIG_PRIVILEGED_STACK_SIZE % Z_ARC_MPU_ALIGN == 0, #ifdef CONFIG_ARC_MPU /* Legacy case: retain containing extern "C" with C++ */ -#include +#include #define K_MEM_PARTITION_P_NA_U_NA AUX_MPU_ATTR_N #define K_MEM_PARTITION_P_RW_U_RW (AUX_MPU_ATTR_UW | AUX_MPU_ATTR_UR | \ diff --git a/include/zephyr/arch/arc/arch_inlines.h b/include/zephyr/arch/arc/arch_inlines.h index 24483501bb6..a299cb67e34 100644 --- a/include/zephyr/arch/arc/arch_inlines.h +++ b/include/zephyr/arch/arc/arch_inlines.h @@ -10,9 +10,9 @@ #ifndef _ASMLANGUAGE -#include +#include -#include +#include static ALWAYS_INLINE _cpu_t *arch_curr_cpu(void) { diff --git a/include/zephyr/arch/arc/sys-io-common.h b/include/zephyr/arch/arc/sys-io-common.h index 5644c9820a4..006b1012a61 100644 --- a/include/zephyr/arch/arc/sys-io-common.h +++ b/include/zephyr/arch/arc/sys-io-common.h @@ -9,9 +9,9 @@ #ifndef _ASMLANGUAGE -#include -#include -#include +#include +#include +#include #include #include diff --git a/include/zephyr/arch/arc/syscall.h b/include/zephyr/arch/arc/syscall.h index b36caaf2bc0..2c6da6602a4 100644 --- a/include/zephyr/arch/arc/syscall.h +++ b/include/zephyr/arch/arc/syscall.h @@ -27,7 +27,7 @@ #include #ifdef CONFIG_ISA_ARCV2 -#include +#include #endif #ifdef __cplusplus diff --git a/include/zephyr/arch/arc/v2/asm_inline.h b/include/zephyr/arch/arc/v2/asm_inline.h index d146257455f..12dfdaffb3c 100644 --- a/include/zephyr/arch/arc/v2/asm_inline.h +++ b/include/zephyr/arch/arc/v2/asm_inline.h @@ -15,7 +15,7 @@ */ #if defined(__GNUC__) -#include +#include #else #erro "you need to provide an asm_inline.h for your compiler" #endif diff --git a/include/zephyr/arch/arc/v2/error.h b/include/zephyr/arch/arc/v2/error.h index 4f8350ceebe..edee6fb6aa0 100644 --- a/include/zephyr/arch/arc/v2/error.h +++ b/include/zephyr/arch/arc/v2/error.h @@ -14,8 +14,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARC_V2_ERROR_H_ #define ZEPHYR_INCLUDE_ARCH_ARC_V2_ERROR_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arc/v2/irq.h b/include/zephyr/arch/arc/v2/irq.h index 8c55e517925..2590ed911ff 100644 --- a/include/zephyr/arch/arc/v2/irq.h +++ b/include/zephyr/arch/arc/v2/irq.h @@ -14,11 +14,11 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARC_V2_IRQ_H_ #define ZEPHYR_INCLUDE_ARCH_ARC_V2_IRQ_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/arc/v2/secureshield/arc_secure.h b/include/zephyr/arch/arc/v2/secureshield/arc_secure.h index a706cad211a..dc504619dfa 100644 --- a/include/zephyr/arch/arc/v2/secureshield/arc_secure.h +++ b/include/zephyr/arch/arc/v2/secureshield/arc_secure.h @@ -26,7 +26,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/arc/v2/sys_io.h b/include/zephyr/arch/arc/v2/sys_io.h index 41fb41d5d25..643ff4b4202 100644 --- a/include/zephyr/arch/arc/v2/sys_io.h +++ b/include/zephyr/arch/arc/v2/sys_io.h @@ -9,9 +9,9 @@ #ifndef _ASMLANGUAGE -#include -#include -#include +#include +#include +#include #include #include diff --git a/include/zephyr/arch/arch_inlines.h b/include/zephyr/arch/arch_inlines.h index 54e36c04568..d665b7545b1 100644 --- a/include/zephyr/arch/arch_inlines.h +++ b/include/zephyr/arch/arch_inlines.h @@ -13,17 +13,17 @@ #define ZEPHYR_INCLUDE_ARCH_INLINES_H_ #if defined(CONFIG_X86) || defined(CONFIG_X86_64) -#include +#include #elif defined(CONFIG_ARM) -#include +#include #elif defined(CONFIG_ARM64) -#include +#include #elif defined(CONFIG_ARC) -#include +#include #elif defined(CONFIG_XTENSA) -#include +#include #elif defined(CONFIG_RISCV) -#include +#include #endif #endif /* ZEPHYR_INCLUDE_ARCH_INLINES_H_ */ diff --git a/include/zephyr/arch/arm/aarch32/arch.h b/include/zephyr/arch/arm/aarch32/arch.h index 9d7fbf2960f..dd40cbe1249 100644 --- a/include/zephyr/arch/arm/aarch32/arch.h +++ b/include/zephyr/arch/arm/aarch32/arch.h @@ -22,29 +22,29 @@ /* ARM GPRs are often designated by two different names */ #define sys_define_gpr_with_alias(name1, name2) union { uint32_t name1, name2; } -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #ifdef CONFIG_CPU_CORTEX_M -#include -#include -#include +#include +#include +#include #elif defined(CONFIG_CPU_AARCH32_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A) -#include -#include +#include +#include #if defined(CONFIG_AARCH32_ARMV8_R) -#include -#include +#include +#include #else -#include +#include #endif #endif @@ -207,14 +207,14 @@ extern "C" { /* Legacy case: retain containing extern "C" with C++ */ #ifdef CONFIG_ARM_MPU #ifdef CONFIG_CPU_HAS_ARM_MPU -#include +#include #endif /* CONFIG_CPU_HAS_ARM_MPU */ #ifdef CONFIG_CPU_HAS_NXP_MPU -#include +#include #endif /* CONFIG_CPU_HAS_NXP_MPU */ #endif /* CONFIG_ARM_MPU */ #ifdef CONFIG_ARM_AARCH32_MMU -#include +#include #endif /* CONFIG_ARM_AARCH32_MMU */ #ifdef __cplusplus diff --git a/include/zephyr/arch/arm/aarch32/arch_inlines.h b/include/zephyr/arch/arm/aarch32/arch_inlines.h index 01cf7b52135..ecbc92bf93b 100644 --- a/include/zephyr/arch/arm/aarch32/arch_inlines.h +++ b/include/zephyr/arch/arm/aarch32/arch_inlines.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ARCH_INLINES_H #define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ARCH_INLINES_H -#include +#include #ifndef CONFIG_SMP static ALWAYS_INLINE _cpu_t *arch_curr_cpu(void) diff --git a/include/zephyr/arch/arm/aarch32/asm_inline.h b/include/zephyr/arch/arm/aarch32/asm_inline.h index 0b759ec43f1..0f1aa22310c 100644 --- a/include/zephyr/arch/arm/aarch32/asm_inline.h +++ b/include/zephyr/arch/arm/aarch32/asm_inline.h @@ -15,7 +15,7 @@ */ #if defined(__GNUC__) -#include +#include #else #include #endif diff --git a/include/zephyr/arch/arm/aarch32/asm_inline_gcc.h b/include/zephyr/arch/arm/aarch32/asm_inline_gcc.h index b7af038b71a..c36cfafa361 100644 --- a/include/zephyr/arch/arm/aarch32/asm_inline_gcc.h +++ b/include/zephyr/arch/arm/aarch32/asm_inline_gcc.h @@ -19,11 +19,11 @@ #ifndef _ASMLANGUAGE #include -#include -#include +#include +#include #if defined(CONFIG_CPU_AARCH32_CORTEX_R) || defined(CONFIG_CPU_AARCH32_CORTEX_A) -#include +#include #endif #ifdef __cplusplus diff --git a/include/zephyr/arch/arm/aarch32/cortex_a_r/armv8_timer.h b/include/zephyr/arch/arm/aarch32/cortex_a_r/armv8_timer.h index 05599bb228a..3950397f71a 100644 --- a/include/zephyr/arch/arm/aarch32/cortex_a_r/armv8_timer.h +++ b/include/zephyr/arch/arm/aarch32/cortex_a_r/armv8_timer.h @@ -10,7 +10,7 @@ #ifndef _ASMLANGUAGE -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arm/aarch32/cortex_a_r/cmsis.h b/include/zephyr/arch/arm/aarch32/cortex_a_r/cmsis.h index 95c12e0c5e3..38de02ab15c 100644 --- a/include/zephyr/arch/arm/aarch32/cortex_a_r/cmsis.h +++ b/include/zephyr/arch/arm/aarch32/cortex_a_r/cmsis.h @@ -61,6 +61,6 @@ extern "C" { #error "Unknown device" #endif -#include +#include #endif /* ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_CORTEX_A_R_CMSIS_H_ */ diff --git a/include/zephyr/arch/arm/aarch32/cortex_a_r/cpu.h b/include/zephyr/arch/arm/aarch32/cortex_a_r/cpu.h index e3687bca1a2..4c4901f5cbe 100644 --- a/include/zephyr/arch/arm/aarch32/cortex_a_r/cpu.h +++ b/include/zephyr/arch/arm/aarch32/cortex_a_r/cpu.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_CORTEX_A_R_CPU_H_ #if defined(CONFIG_ARM_MPU) -#include +#include #endif /* diff --git a/include/zephyr/arch/arm/aarch32/cortex_a_r/sys_io.h b/include/zephyr/arch/arm/aarch32/cortex_a_r/sys_io.h index 2246d6b52a1..bc34557e8b4 100644 --- a/include/zephyr/arch/arm/aarch32/cortex_a_r/sys_io.h +++ b/include/zephyr/arch/arm/aarch32/cortex_a_r/sys_io.h @@ -15,8 +15,8 @@ #ifndef _ASMLANGUAGE #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/arm/aarch32/cortex_a_r/timer.h b/include/zephyr/arch/arm/aarch32/cortex_a_r/timer.h index 66c249ec013..d513ecdffc8 100644 --- a/include/zephyr/arch/arm/aarch32/cortex_a_r/timer.h +++ b/include/zephyr/arch/arm/aarch32/cortex_a_r/timer.h @@ -11,8 +11,8 @@ #ifndef _ASMLANGUAGE -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arm/aarch32/cortex_m/cmsis.h b/include/zephyr/arch/arm/aarch32/cortex_m/cmsis.h index f562c61774d..e278e8d8488 100644 --- a/include/zephyr/arch/arm/aarch32/cortex_m/cmsis.h +++ b/include/zephyr/arch/arm/aarch32/cortex_m/cmsis.h @@ -16,7 +16,7 @@ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/arm/aarch32/cortex_m/memory_map.h b/include/zephyr/arch/arm/aarch32/cortex_m/memory_map.h index 86e131e7027..82310273019 100644 --- a/include/zephyr/arch/arm/aarch32/cortex_m/memory_map.h +++ b/include/zephyr/arch/arm/aarch32/cortex_m/memory_map.h @@ -15,7 +15,7 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_CORTEX_M_MEMORY_MAP_H_ #define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_CORTEX_M_MEMORY_MAP_H_ -#include +#include /* 0x00000000 -> 0x1fffffff: Code in ROM [0.5 GB] */ #define _CODE_BASE_ADDR 0x00000000 diff --git a/include/zephyr/arch/arm/aarch32/error.h b/include/zephyr/arch/arm/aarch32/error.h index e54dd7d1c5a..fdb0f1f1a45 100644 --- a/include/zephyr/arch/arm/aarch32/error.h +++ b/include/zephyr/arch/arm/aarch32/error.h @@ -15,8 +15,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ERROR_H_ #define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_ERROR_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arm/aarch32/exc.h b/include/zephyr/arch/arm/aarch32/exc.h index 8b5bf116161..e7f163c50bd 100644 --- a/include/zephyr/arch/arm/aarch32/exc.h +++ b/include/zephyr/arch/arm/aarch32/exc.h @@ -18,7 +18,7 @@ #if defined(CONFIG_CPU_CORTEX_M) #include -#include +#include /* for assembler, only works with constants */ #define Z_EXC_PRIO(pri) (((pri) << (8 - NUM_IRQ_PRIO_BITS)) & 0xff) diff --git a/include/zephyr/arch/arm/aarch32/irq.h b/include/zephyr/arch/arm/aarch32/irq.h index c269daa6379..0c5aefac299 100644 --- a/include/zephyr/arch/arm/aarch32/irq.h +++ b/include/zephyr/arch/arm/aarch32/irq.h @@ -16,8 +16,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_ #define ZEPHYR_INCLUDE_ARCH_ARM_AARCH32_IRQ_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arm/aarch32/mpu/arm_mpu.h b/include/zephyr/arch/arm/aarch32/mpu/arm_mpu.h index 90a66089417..d8826111c4b 100644 --- a/include/zephyr/arch/arm/aarch32/mpu/arm_mpu.h +++ b/include/zephyr/arch/arm/aarch32/mpu/arm_mpu.h @@ -11,11 +11,11 @@ defined(CONFIG_CPU_CORTEX_M4) || \ defined(CONFIG_CPU_CORTEX_M7) || \ defined(CONFIG_CPU_AARCH32_CORTEX_R) -#include +#include #elif defined(CONFIG_CPU_CORTEX_M23) || \ defined(CONFIG_CPU_CORTEX_M33) || \ defined(CONFIG_CPU_CORTEX_M55) -#include +#include #else #error "Unsupported ARM CPU" #endif diff --git a/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v7m.h b/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v7m.h index 4dd3e92abae..67d90edb158 100644 --- a/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v7m.h +++ b/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v7m.h @@ -8,7 +8,7 @@ #ifndef _ASMLANGUAGE #if defined(CONFIG_CPU_CORTEX_M) -#include +#include #endif /* Convenience macros to represent the ARMv7-M-specific diff --git a/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v8m.h b/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v8m.h index 0142f3a8990..2701290b089 100644 --- a/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v8m.h +++ b/include/zephyr/arch/arm/aarch32/mpu/arm_mpu_v8m.h @@ -7,7 +7,7 @@ #ifndef _ASMLANGUAGE -#include +#include /* Convenience macros to represent the ARMv8-M-specific * configuration for memory access permission and diff --git a/include/zephyr/arch/arm/aarch32/syscall.h b/include/zephyr/arch/arm/aarch32/syscall.h index 155443b6e39..f8561d8c24a 100644 --- a/include/zephyr/arch/arm/aarch32/syscall.h +++ b/include/zephyr/arch/arm/aarch32/syscall.h @@ -26,7 +26,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/arm64/arch.h b/include/zephyr/arch/arm64/arch.h index c059833e0b9..c181b08f55e 100644 --- a/include/zephyr/arch/arm64/arch.h +++ b/include/zephyr/arch/arm64/arch.h @@ -19,21 +19,21 @@ /* Add include for DTS generated information */ #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { @@ -41,7 +41,7 @@ extern "C" { #ifndef _ASMLANGUAGE -#include +#include struct arch_mem_domain { #ifdef CONFIG_ARM_MMU diff --git a/include/zephyr/arch/arm64/arch_inlines.h b/include/zephyr/arch/arm64/arch_inlines.h index c003b9a65e9..404b7b6f748 100644 --- a/include/zephyr/arch/arm64/arch_inlines.h +++ b/include/zephyr/arch/arm64/arch_inlines.h @@ -9,9 +9,9 @@ #ifndef _ASMLANGUAGE -#include -#include -#include +#include +#include +#include static ALWAYS_INLINE _cpu_t *arch_curr_cpu(void) { diff --git a/include/zephyr/arch/arm64/asm_inline.h b/include/zephyr/arch/arm64/asm_inline.h index 4ccba1924d1..9fa0a538323 100644 --- a/include/zephyr/arch/arm64/asm_inline.h +++ b/include/zephyr/arch/arm64/asm_inline.h @@ -13,7 +13,7 @@ */ #if defined(__GNUC__) -#include +#include #else #include #endif diff --git a/include/zephyr/arch/arm64/asm_inline_gcc.h b/include/zephyr/arch/arm64/asm_inline_gcc.h index 47b2dc4dead..a1fde4fe9cc 100644 --- a/include/zephyr/arch/arm64/asm_inline_gcc.h +++ b/include/zephyr/arch/arm64/asm_inline_gcc.h @@ -16,7 +16,7 @@ #ifndef _ASMLANGUAGE -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arm64/cpu.h b/include/zephyr/arch/arm64/cpu.h index 408a26b5e06..fa532fc645b 100644 --- a/include/zephyr/arch/arm64/cpu.h +++ b/include/zephyr/arch/arm64/cpu.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARM64_CPU_H_ #define ZEPHYR_INCLUDE_ARCH_ARM64_CPU_H_ -#include +#include #define DAIFSET_FIQ_BIT BIT(0) #define DAIFSET_IRQ_BIT BIT(1) diff --git a/include/zephyr/arch/arm64/error.h b/include/zephyr/arch/arm64/error.h index c7f0f4a495b..34565107d08 100644 --- a/include/zephyr/arch/arm64/error.h +++ b/include/zephyr/arch/arm64/error.h @@ -14,8 +14,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARM64_ERROR_H_ #define ZEPHYR_INCLUDE_ARCH_ARM64_ERROR_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arm64/irq.h b/include/zephyr/arch/arm64/irq.h index e780d323f5a..d99f028c636 100644 --- a/include/zephyr/arch/arm64/irq.h +++ b/include/zephyr/arch/arm64/irq.h @@ -15,8 +15,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_ARM64_IRQ_H_ #define ZEPHYR_INCLUDE_ARCH_ARM64_IRQ_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/arm64/lib_helpers.h b/include/zephyr/arch/arm64/lib_helpers.h index e03c0db039d..9973aaf066e 100644 --- a/include/zephyr/arch/arm64/lib_helpers.h +++ b/include/zephyr/arch/arm64/lib_helpers.h @@ -9,7 +9,7 @@ #ifndef _ASMLANGUAGE -#include +#include #include /* All the macros need a memory clobber */ diff --git a/include/zephyr/arch/arm64/mm.h b/include/zephyr/arch/arm64/mm.h index 7b269b1d110..96b94d069ad 100644 --- a/include/zephyr/arch/arm64/mm.h +++ b/include/zephyr/arch/arm64/mm.h @@ -7,14 +7,14 @@ #define ZEPHYR_INCLUDE_ARCH_ARM64_MM_H_ #if defined(CONFIG_ARM_MMU) -#include +#include /* * When mmu enabled, some section addresses need to be aligned with * page size which is CONFIG_MMU_PAGE_SIZE */ #define MEM_DOMAIN_ALIGN_AND_SIZE CONFIG_MMU_PAGE_SIZE #elif defined(CONFIG_ARM_MPU) -#include +#include /* * When mpu enabled, some section addresses need to be aligned with * mpu region min align size which is diff --git a/include/zephyr/arch/arm64/sys_io.h b/include/zephyr/arch/arm64/sys_io.h index 192ec6c1e70..08e62874a71 100644 --- a/include/zephyr/arch/arm64/sys_io.h +++ b/include/zephyr/arch/arm64/sys_io.h @@ -15,7 +15,7 @@ #ifndef _ASMLANGUAGE #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/arm64/syscall.h b/include/zephyr/arch/arm64/syscall.h index 5e7a43e2b8a..8c108260813 100644 --- a/include/zephyr/arch/arm64/syscall.h +++ b/include/zephyr/arch/arm64/syscall.h @@ -25,8 +25,8 @@ #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/arm64/thread_stack.h b/include/zephyr/arch/arm64/thread_stack.h index 22f0a1e5d39..aea9bc412c7 100644 --- a/include/zephyr/arch/arm64/thread_stack.h +++ b/include/zephyr/arch/arm64/thread_stack.h @@ -11,7 +11,7 @@ #define ARCH_STACK_PTR_ALIGN 16 #if CONFIG_USERSPACE -#include +#include #define Z_ARM64_STACK_BASE_ALIGN MEM_DOMAIN_ALIGN_AND_SIZE #define Z_ARM64_STACK_SIZE_ALIGN MEM_DOMAIN_ALIGN_AND_SIZE #else diff --git a/include/zephyr/arch/arm64/timer.h b/include/zephyr/arch/arm64/timer.h index 904dcf289fc..d4d4580708a 100644 --- a/include/zephyr/arch/arm64/timer.h +++ b/include/zephyr/arch/arm64/timer.h @@ -9,7 +9,7 @@ #ifndef _ASMLANGUAGE -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/common/sys_bitops.h b/include/zephyr/arch/common/sys_bitops.h index 723612334a4..22bcfd56ca8 100644 --- a/include/zephyr/arch/common/sys_bitops.h +++ b/include/zephyr/arch/common/sys_bitops.h @@ -13,9 +13,9 @@ #ifndef _ASMLANGUAGE -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/common/sys_io.h b/include/zephyr/arch/common/sys_io.h index d40a639a705..49f03c2eb55 100644 --- a/include/zephyr/arch/common/sys_io.h +++ b/include/zephyr/arch/common/sys_io.h @@ -12,9 +12,9 @@ #ifndef _ASMLANGUAGE -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/cpu.h b/include/zephyr/arch/cpu.h index 5cf2acb4962..5fbe8f8c628 100644 --- a/include/zephyr/arch/cpu.h +++ b/include/zephyr/arch/cpu.h @@ -9,28 +9,28 @@ #ifndef ZEPHYR_INCLUDE_ARCH_CPU_H_ #define ZEPHYR_INCLUDE_ARCH_CPU_H_ -#include +#include #if defined(CONFIG_X86) -#include +#include #elif defined(CONFIG_ARM64) -#include +#include #elif defined(CONFIG_ARM) -#include +#include #elif defined(CONFIG_ARC) -#include +#include #elif defined(CONFIG_NIOS2) -#include +#include #elif defined(CONFIG_RISCV) -#include +#include #elif defined(CONFIG_XTENSA) -#include +#include #elif defined(CONFIG_MIPS) -#include +#include #elif defined(CONFIG_ARCH_POSIX) -#include +#include #elif defined(CONFIG_SPARC) -#include +#include #else #error "Unknown Architecture" #endif diff --git a/include/zephyr/arch/mips/arch.h b/include/zephyr/arch/mips/arch.h index 3443de3aaa2..67f6c846041 100644 --- a/include/zephyr/arch/mips/arch.h +++ b/include/zephyr/arch/mips/arch.h @@ -9,14 +9,14 @@ #ifndef ZEPHYR_INCLUDE_ARCH_MIPS_ARCH_H_ #define ZEPHYR_INCLUDE_ARCH_MIPS_ARCH_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include -#include -#include +#include +#include #include #include @@ -28,7 +28,7 @@ #define CP0_STATUS_DEF_RESTORE (ST0_EXL | ST0_IE) #ifndef _ASMLANGUAGE -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/mips/exp.h b/include/zephyr/arch/mips/exp.h index d9a1782f35e..9c450589248 100644 --- a/include/zephyr/arch/mips/exp.h +++ b/include/zephyr/arch/mips/exp.h @@ -11,7 +11,7 @@ #ifndef _ASMLANGUAGE #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/nios2/arch.h b/include/zephyr/arch/nios2/arch.h index 45a3ecc953b..fdd7b1c4c0d 100644 --- a/include/zephyr/arch/nios2/arch.h +++ b/include/zephyr/arch/nios2/arch.h @@ -16,21 +16,21 @@ #include -#include -#include -#include +#include +#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include #define ARCH_STACK_PTR_ALIGN 4 #ifndef _ASMLANGUAGE #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/nios2/asm_inline.h b/include/zephyr/arch/nios2/asm_inline.h index 54f78ac47f4..32a64dce7d4 100644 --- a/include/zephyr/arch/nios2/asm_inline.h +++ b/include/zephyr/arch/nios2/asm_inline.h @@ -13,7 +13,7 @@ */ #if defined(__GNUC__) -#include +#include #else #include #endif diff --git a/include/zephyr/arch/nios2/asm_inline_gcc.h b/include/zephyr/arch/nios2/asm_inline_gcc.h index 70099a2b17c..af65cf9f82c 100644 --- a/include/zephyr/arch/nios2/asm_inline_gcc.h +++ b/include/zephyr/arch/nios2/asm_inline_gcc.h @@ -14,8 +14,8 @@ #ifndef _ASMLANGUAGE #include -#include -#include +#include +#include /* Using the *io variants of these instructions to prevent issues on * devices that have an instruction/data cache diff --git a/include/zephyr/arch/nios2/nios2.h b/include/zephyr/arch/nios2/nios2.h index 17e57733ceb..5686c2adad9 100644 --- a/include/zephyr/arch/nios2/nios2.h +++ b/include/zephyr/arch/nios2/nios2.h @@ -54,8 +54,8 @@ extern "C" #ifndef _ASMLANGUAGE #include -#include -#include +#include +#include /* * Functions for accessing select Nios II general-purpose registers. diff --git a/include/zephyr/arch/posix/arch.h b/include/zephyr/arch/posix/arch.h index 45228ef0d70..83aceb1c14b 100644 --- a/include/zephyr/arch/posix/arch.h +++ b/include/zephyr/arch/posix/arch.h @@ -20,13 +20,13 @@ /* Add include for DTS generated information */ #include -#include -#include -#include -#include +#include +#include +#include +#include #include /* Each board must define this */ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/posix/asm_inline.h b/include/zephyr/arch/posix/asm_inline.h index 540ff13f778..6bd2747fc50 100644 --- a/include/zephyr/arch/posix/asm_inline.h +++ b/include/zephyr/arch/posix/asm_inline.h @@ -15,7 +15,7 @@ */ #if defined(__GNUC__) -#include +#include #else #error "Only a compiler with GNU C extensions is supported for the POSIX arch" #endif diff --git a/include/zephyr/arch/posix/asm_inline_gcc.h b/include/zephyr/arch/posix/asm_inline_gcc.h index 1d353d17a3d..3c0eb6411e6 100644 --- a/include/zephyr/arch/posix/asm_inline_gcc.h +++ b/include/zephyr/arch/posix/asm_inline_gcc.h @@ -21,12 +21,12 @@ #ifndef _ASMLANGUAGE -#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include #endif /* _ASMLANGUAGE */ diff --git a/include/zephyr/arch/posix/posix_soc_if.h b/include/zephyr/arch/posix/posix_soc_if.h index e98e52ccf79..59cf4463cc3 100644 --- a/include/zephyr/arch/posix/posix_soc_if.h +++ b/include/zephyr/arch/posix/posix_soc_if.h @@ -14,7 +14,7 @@ * or all its boards */ -#include +#include #include "soc_irq.h" /* Must exist and define _ARCH_IRQ/ISR_* macros */ #ifdef __cplusplus diff --git a/include/zephyr/arch/riscv/arch.h b/include/zephyr/arch/riscv/arch.h index 59ed9de30f9..ccaec2d8e59 100644 --- a/include/zephyr/arch/riscv/arch.h +++ b/include/zephyr/arch/riscv/arch.h @@ -15,19 +15,19 @@ #ifndef ZEPHYR_INCLUDE_ARCH_RISCV_ARCH_H_ #define ZEPHYR_INCLUDE_ARCH_RISCV_ARCH_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #if defined(CONFIG_USERSPACE) -#include +#include #endif /* CONFIG_USERSPACE */ -#include -#include +#include +#include #include #include -#include +#include /* stacks, for RISCV architecture stack should be 16byte-aligned */ #define ARCH_STACK_PTR_ALIGN 16 @@ -217,7 +217,7 @@ #define MSTATUS_DEF_RESTORE (MSTATUS_MPP_M | MSTATUS_MPIE_EN) #ifndef _ASMLANGUAGE -#include +#include #ifdef __cplusplus extern "C" { @@ -349,7 +349,7 @@ static inline uint64_t arch_k_cycle_get_64(void) return sys_clock_cycle_get_64(); } -#include +#include #ifdef __cplusplus } @@ -358,7 +358,7 @@ static inline uint64_t arch_k_cycle_get_64(void) #endif /*_ASMLANGUAGE */ #if defined(CONFIG_SOC_FAMILY_RISCV_PRIVILEGE) -#include +#include #endif diff --git a/include/zephyr/arch/riscv/arch_inlines.h b/include/zephyr/arch/riscv/arch_inlines.h index 6f19020bbe8..6edeb735102 100644 --- a/include/zephyr/arch/riscv/arch_inlines.h +++ b/include/zephyr/arch/riscv/arch_inlines.h @@ -9,7 +9,7 @@ #ifndef _ASMLANGUAGE -#include +#include static ALWAYS_INLINE _cpu_t *arch_curr_cpu(void) { diff --git a/include/zephyr/arch/riscv/error.h b/include/zephyr/arch/riscv/error.h index d7336a28f94..e6af12f700e 100644 --- a/include/zephyr/arch/riscv/error.h +++ b/include/zephyr/arch/riscv/error.h @@ -14,8 +14,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_RISCV_ERROR_H_ #define ZEPHYR_INCLUDE_ARCH_RISCV_ERROR_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/arch/riscv/exp.h b/include/zephyr/arch/riscv/exp.h index 35682f187e0..fd3b6ff2201 100644 --- a/include/zephyr/arch/riscv/exp.h +++ b/include/zephyr/arch/riscv/exp.h @@ -17,7 +17,7 @@ #ifndef _ASMLANGUAGE #include -#include +#include #ifdef CONFIG_RISCV_SOC_CONTEXT_SAVE #include diff --git a/include/zephyr/arch/riscv/riscv-privilege/asm_inline.h b/include/zephyr/arch/riscv/riscv-privilege/asm_inline.h index dd3239518b5..874d5b4a43e 100644 --- a/include/zephyr/arch/riscv/riscv-privilege/asm_inline.h +++ b/include/zephyr/arch/riscv/riscv-privilege/asm_inline.h @@ -14,7 +14,7 @@ */ #if defined(__GNUC__) -#include +#include #else #error "Supports only GNU C compiler" #endif diff --git a/include/zephyr/arch/riscv/riscv-privilege/asm_inline_gcc.h b/include/zephyr/arch/riscv/riscv-privilege/asm_inline_gcc.h index abe97b289a6..0bd2a78e433 100644 --- a/include/zephyr/arch/riscv/riscv-privilege/asm_inline_gcc.h +++ b/include/zephyr/arch/riscv/riscv-privilege/asm_inline_gcc.h @@ -15,7 +15,7 @@ #ifndef _ASMLANGUAGE -#include +#include #endif /* _ASMLANGUAGE */ diff --git a/include/zephyr/arch/sparc/arch.h b/include/zephyr/arch/sparc/arch.h index c0ae840663f..df3c40e4ba4 100644 --- a/include/zephyr/arch/sparc/arch.h +++ b/include/zephyr/arch/sparc/arch.h @@ -14,14 +14,14 @@ #ifndef ZEPHYR_INCLUDE_ARCH_SPARC_ARCH_H_ #define ZEPHYR_INCLUDE_ARCH_SPARC_ARCH_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include -#include -#include +#include +#include #include #include @@ -37,7 +37,7 @@ #define SPARC_SW_TRAP_EXCEPT 0x0F #ifndef _ASMLANGUAGE -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/structs.h b/include/zephyr/arch/structs.h index f7eae52f92e..45b25cc0350 100644 --- a/include/zephyr/arch/structs.h +++ b/include/zephyr/arch/structs.h @@ -24,7 +24,7 @@ #if !defined(_ASMLANGUAGE) #if defined(CONFIG_ARM64) -#include +#include #else /* Default definitions when no architecture specific definitions exist. */ diff --git a/include/zephyr/arch/syscall.h b/include/zephyr/arch/syscall.h index 62166904cdb..3c745921070 100644 --- a/include/zephyr/arch/syscall.h +++ b/include/zephyr/arch/syscall.h @@ -11,18 +11,18 @@ #if defined(CONFIG_X86) #if defined(CONFIG_X86_64) -#include +#include #else -#include +#include #endif #elif defined(CONFIG_ARM64) -#include +#include #elif defined(CONFIG_ARM) -#include +#include #elif defined(CONFIG_ARC) -#include +#include #elif defined(CONFIG_RISCV) -#include +#include #endif #endif /* ZEPHYR_INCLUDE_ARCH_SYSCALL_H_ */ diff --git a/include/zephyr/arch/x86/arch.h b/include/zephyr/arch/x86/arch.h index 43cbe66f9cd..f7e75b3aab6 100644 --- a/include/zephyr/arch/x86/arch.h +++ b/include/zephyr/arch/x86/arch.h @@ -15,14 +15,14 @@ #if !defined(_ASMLANGUAGE) -#include +#include #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { @@ -228,15 +228,15 @@ extern unsigned char _irq_to_interrupt_vector[]; } #endif -#include +#include #ifdef CONFIG_X86_64 -#include +#include #else -#include +#include #endif -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/x86/arch_inlines.h b/include/zephyr/arch/x86/arch_inlines.h index 1ab73da9b80..0b8b497f712 100644 --- a/include/zephyr/arch/x86/arch_inlines.h +++ b/include/zephyr/arch/x86/arch_inlines.h @@ -12,8 +12,8 @@ #if defined(CONFIG_X86_64) -#include -#include +#include +#include static inline struct _cpu *arch_curr_cpu(void) { diff --git a/include/zephyr/arch/x86/ia32/arch.h b/include/zephyr/arch/x86/ia32/arch.h index 02f9570067d..744b928183a 100644 --- a/include/zephyr/arch/x86/ia32/arch.h +++ b/include/zephyr/arch/x86/ia32/arch.h @@ -16,19 +16,19 @@ #include "sys_io.h" #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #ifndef _ASMLANGUAGE #include /* for size_t */ -#include -#include -#include +#include +#include +#include #endif /* _ASMLANGUAGE */ diff --git a/include/zephyr/arch/x86/ia32/asm.h b/include/zephyr/arch/x86/ia32/asm.h index 01ad4209acf..c3c8867b22b 100644 --- a/include/zephyr/arch/x86/ia32/asm.h +++ b/include/zephyr/arch/x86/ia32/asm.h @@ -9,8 +9,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_X86_IA32_ASM_H_ #define ZEPHYR_INCLUDE_ARCH_X86_IA32_ASM_H_ -#include -#include +#include +#include #if defined(_ASMLANGUAGE) diff --git a/include/zephyr/arch/x86/ia32/gdbstub.h b/include/zephyr/arch/x86/ia32/gdbstub.h index e02c913b235..ebfd4ba57de 100644 --- a/include/zephyr/arch/x86/ia32/gdbstub.h +++ b/include/zephyr/arch/x86/ia32/gdbstub.h @@ -15,7 +15,7 @@ #ifndef _ASMLANGUAGE #include -#include +#include /** * @brief Number of register used by gdbstub in IA-32 diff --git a/include/zephyr/arch/x86/ia32/sys_io.h b/include/zephyr/arch/x86/ia32/sys_io.h index 9a982438bc9..b7b015e39ce 100644 --- a/include/zephyr/arch/x86/ia32/sys_io.h +++ b/include/zephyr/arch/x86/ia32/sys_io.h @@ -11,7 +11,7 @@ #if !defined(_ASMLANGUAGE) -#include +#include #include #include diff --git a/include/zephyr/arch/x86/ia32/syscall.h b/include/zephyr/arch/x86/ia32/syscall.h index 2d7d95abb56..2c765f49061 100644 --- a/include/zephyr/arch/x86/ia32/syscall.h +++ b/include/zephyr/arch/x86/ia32/syscall.h @@ -24,7 +24,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/x86/ia32/thread.h b/include/zephyr/arch/x86/ia32/thread.h index 937f7c958c0..ad0d8f8e24e 100644 --- a/include/zephyr/arch/x86/ia32/thread.h +++ b/include/zephyr/arch/x86/ia32/thread.h @@ -49,7 +49,7 @@ #ifndef _ASMLANGUAGE #include -#include +#include /* * The following structure defines the set of 'non-volatile' integer registers. diff --git a/include/zephyr/arch/x86/intel64/arch.h b/include/zephyr/arch/x86/intel64/arch.h index b428e55b0c6..5f4ae13400b 100644 --- a/include/zephyr/arch/x86/intel64/arch.h +++ b/include/zephyr/arch/x86/intel64/arch.h @@ -6,8 +6,8 @@ #ifndef ZEPHYR_INCLUDE_ARCH_X86_INTEL64_ARCH_H_ #define ZEPHYR_INCLUDE_ARCH_X86_INTEL64_ARCH_H_ -#include -#include +#include +#include #if CONFIG_ISR_STACK_SIZE != (CONFIG_ISR_SUBSTACK_SIZE * CONFIG_ISR_DEPTH) #error "Check ISR stack configuration (CONFIG_ISR_*)" diff --git a/include/zephyr/arch/x86/intel64/thread.h b/include/zephyr/arch/x86/intel64/thread.h index 7747f3c032b..ae03c29f1a7 100644 --- a/include/zephyr/arch/x86/intel64/thread.h +++ b/include/zephyr/arch/x86/intel64/thread.h @@ -46,7 +46,7 @@ #ifndef _ASMLANGUAGE #include -#include +#include /* * 64-bit Task State Segment. One defined per CPU. diff --git a/include/zephyr/arch/x86/mmustructs.h b/include/zephyr/arch/x86/mmustructs.h index 511d6f61e34..d02d517f339 100644 --- a/include/zephyr/arch/x86/mmustructs.h +++ b/include/zephyr/arch/x86/mmustructs.h @@ -8,7 +8,7 @@ #ifndef ZEPHYR_INCLUDE_ARCH_X86_MMU_H #define ZEPHYR_INCLUDE_ARCH_X86_MMU_H -#include +#include /* * K_MEM_PARTITION_* defines @@ -54,7 +54,7 @@ Z_X86_MMU_XD) #ifndef _ASMLANGUAGE -#include +#include /* Page table entry data type at all levels. Defined here due to * k_mem_partition_attr_t, eventually move to private x86_mmu.h diff --git a/include/zephyr/arch/x86/thread_stack.h b/include/zephyr/arch/x86/thread_stack.h index 03aac49b4d9..5808d8bd99a 100644 --- a/include/zephyr/arch/x86/thread_stack.h +++ b/include/zephyr/arch/x86/thread_stack.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_ARCH_X86_THREAD_STACK_H #define ZEPHYR_INCLUDE_ARCH_X86_THREAD_STACK_H -#include +#include #ifdef CONFIG_X86_64 #define ARCH_STACK_PTR_ALIGN 16UL diff --git a/include/zephyr/arch/xtensa/arch.h b/include/zephyr/arch/xtensa/arch.h index 11c37a448d9..05c535b7123 100644 --- a/include/zephyr/arch/xtensa/arch.h +++ b/include/zephyr/arch/xtensa/arch.h @@ -13,21 +13,21 @@ #ifndef ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_H_ #define ZEPHYR_INCLUDE_ARCH_XTENSA_ARCH_H_ -#include +#include #include #if !defined(_ASMLANGUAGE) && !defined(__ASSEMBLER__) #include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include #include -#include -#include +#include +#include #ifdef CONFIG_KERNEL_COHERENCE #define ARCH_STACK_PTR_ALIGN XCHAL_DCACHE_LINESIZE @@ -38,7 +38,7 @@ /* Xtensa GPRs are often designated by two different names */ #define sys_define_gpr_with_alias(name1, name2) union { uint32_t name1, name2; } -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/xtensa/arch_inlines.h b/include/zephyr/arch/xtensa/arch_inlines.h index 1d7544559b2..5dead6cec2c 100644 --- a/include/zephyr/arch/xtensa/arch_inlines.h +++ b/include/zephyr/arch/xtensa/arch_inlines.h @@ -10,7 +10,7 @@ #ifndef _ASMLANGUAGE -#include +#include #include #define RSR(sr) \ diff --git a/include/zephyr/arch/xtensa/cache.h b/include/zephyr/arch/xtensa/cache.h index 7926da8bcbc..768631d6570 100644 --- a/include/zephyr/arch/xtensa/cache.h +++ b/include/zephyr/arch/xtensa/cache.h @@ -6,9 +6,9 @@ #define ZEPHYR_INCLUDE_ARCH_XTENSA_CACHE_H_ #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/arch/xtensa/irq.h b/include/zephyr/arch/xtensa/irq.h index 6dd1bea1f18..e35ab3cd79c 100644 --- a/include/zephyr/arch/xtensa/irq.h +++ b/include/zephyr/arch/xtensa/irq.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_ARCH_XTENSA_XTENSA_IRQ_H_ #define ZEPHYR_INCLUDE_ARCH_XTENSA_XTENSA_IRQ_H_ -#include +#include #include #define CONFIG_GEN_IRQ_START_VECTOR 0 @@ -126,6 +126,6 @@ static ALWAYS_INLINE bool arch_irq_unlocked(unsigned int key) extern int z_xtensa_irq_is_enabled(unsigned int irq); -#include +#include #endif /* ZEPHYR_INCLUDE_ARCH_XTENSA_XTENSA_IRQ_H_ */ diff --git a/include/zephyr/audio/codec.h b/include/zephyr/audio/codec.h index f3ef035072f..e65b00d87f3 100644 --- a/include/zephyr/audio/codec.h +++ b/include/zephyr/audio/codec.h @@ -22,7 +22,7 @@ * @{ */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/audio/dmic.h b/include/zephyr/audio/dmic.h index 2b68f4cd678..78e996c9b06 100644 --- a/include/zephyr/audio/dmic.h +++ b/include/zephyr/audio/dmic.h @@ -32,7 +32,7 @@ * @{ */ -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/bluetooth/a2dp.h b/include/zephyr/bluetooth/a2dp.h index 2349f69fb3d..74d93898b65 100644 --- a/include/zephyr/bluetooth/a2dp.h +++ b/include/zephyr/bluetooth/a2dp.h @@ -10,7 +10,7 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_A2DP_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_A2DP_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/addr.h b/include/zephyr/bluetooth/addr.h index a2d31da550d..0569c67177e 100644 --- a/include/zephyr/bluetooth/addr.h +++ b/include/zephyr/bluetooth/addr.h @@ -11,7 +11,7 @@ #define ZEPHYR_INCLUDE_BLUETOOTH_ADDR_H_ #include -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/bluetooth/att.h b/include/zephyr/bluetooth/att.h index dd58ef5e72d..b41c2067039 100644 --- a/include/zephyr/bluetooth/att.h +++ b/include/zephyr/bluetooth/att.h @@ -10,8 +10,8 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_ATT_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_ATT_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/aics.h b/include/zephyr/bluetooth/audio/aics.h index ae1a6983521..206ad8c0ed2 100644 --- a/include/zephyr/bluetooth/audio/aics.h +++ b/include/zephyr/bluetooth/audio/aics.h @@ -27,7 +27,7 @@ */ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/audio.h b/include/zephyr/bluetooth/audio/audio.h index c00949aed62..4a8d2ddd29f 100644 --- a/include/zephyr/bluetooth/audio/audio.h +++ b/include/zephyr/bluetooth/audio/audio.h @@ -11,13 +11,13 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_AUDIO_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_AUDIO_H_ -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include /** * @brief Bluetooth Audio diff --git a/include/zephyr/bluetooth/audio/bass.h b/include/zephyr/bluetooth/audio/bass.h index fde6c3c5bcc..1ac637b7e05 100644 --- a/include/zephyr/bluetooth/audio/bass.h +++ b/include/zephyr/bluetooth/audio/bass.h @@ -10,7 +10,7 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_BASS_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_BASS_ #include -#include +#include #if IS_ENABLED(CONFIG_BT_BASS) #define BT_BASS_MAX_METADATA_LEN CONFIG_BT_BASS_MAX_METADATA_LEN diff --git a/include/zephyr/bluetooth/audio/capabilities.h b/include/zephyr/bluetooth/audio/capabilities.h index ebf947416cb..d886ece672b 100644 --- a/include/zephyr/bluetooth/audio/capabilities.h +++ b/include/zephyr/bluetooth/audio/capabilities.h @@ -10,7 +10,7 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CAPABILITIES_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_CAPABILITIES_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/csis.h b/include/zephyr/bluetooth/audio/csis.h index 5e6de268a49..7c8561e93c8 100644 --- a/include/zephyr/bluetooth/audio/csis.h +++ b/include/zephyr/bluetooth/audio/csis.h @@ -20,7 +20,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/has.h b/include/zephyr/bluetooth/audio/has.h index 24ef3331375..4b08bd3e25e 100644 --- a/include/zephyr/bluetooth/audio/has.h +++ b/include/zephyr/bluetooth/audio/has.h @@ -22,9 +22,9 @@ * ongoing development. */ -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/lc3.h b/include/zephyr/bluetooth/audio/lc3.h index bfca6a9e245..52f5fb2f0c2 100644 --- a/include/zephyr/bluetooth/audio/lc3.h +++ b/include/zephyr/bluetooth/audio/lc3.h @@ -18,7 +18,7 @@ * @{ */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/mcc.h b/include/zephyr/bluetooth/audio/mcc.h index 4a1179f1745..129d006b60c 100644 --- a/include/zephyr/bluetooth/audio/mcc.h +++ b/include/zephyr/bluetooth/audio/mcc.h @@ -22,9 +22,9 @@ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_MCC_ #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/mcs.h b/include/zephyr/bluetooth/audio/mcs.h index 558f0f43f83..93effaa225b 100644 --- a/include/zephyr/bluetooth/audio/mcs.h +++ b/include/zephyr/bluetooth/audio/mcs.h @@ -22,7 +22,7 @@ * Profile specifications. */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/media_proxy.h b/include/zephyr/bluetooth/audio/media_proxy.h index f362b91a897..d5384bfd991 100644 --- a/include/zephyr/bluetooth/audio/media_proxy.h +++ b/include/zephyr/bluetooth/audio/media_proxy.h @@ -38,7 +38,7 @@ #include #include -#include +#include /* TODO: Remove dependency on mcs.h */ #include "mcs.h" diff --git a/include/zephyr/bluetooth/audio/mics.h b/include/zephyr/bluetooth/audio/mics.h index 6373e369169..3b63bba5f60 100644 --- a/include/zephyr/bluetooth/audio/mics.h +++ b/include/zephyr/bluetooth/audio/mics.h @@ -20,7 +20,7 @@ */ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/audio/tbs.h b/include/zephyr/bluetooth/audio/tbs.h index 2050e3990f2..62d7bddf63c 100644 --- a/include/zephyr/bluetooth/audio/tbs.h +++ b/include/zephyr/bluetooth/audio/tbs.h @@ -11,7 +11,7 @@ #define ZEPHYR_INCLUDE_BLUETOOTH_AUDIO_TBS_H_ #include -#include +#include /* Call States */ #define BT_TBS_CALL_STATE_INCOMING 0x00 diff --git a/include/zephyr/bluetooth/audio/vcs.h b/include/zephyr/bluetooth/audio/vcs.h index c8bad448a55..d5f4bdb2431 100644 --- a/include/zephyr/bluetooth/audio/vcs.h +++ b/include/zephyr/bluetooth/audio/vcs.h @@ -20,8 +20,8 @@ */ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/avdtp.h b/include/zephyr/bluetooth/avdtp.h index d17da9079af..fb35052e46b 100644 --- a/include/zephyr/bluetooth/avdtp.h +++ b/include/zephyr/bluetooth/avdtp.h @@ -14,7 +14,7 @@ extern "C" { #endif -#include +#include /** @brief AVDTP SEID Information */ struct bt_avdtp_seid_info { diff --git a/include/zephyr/bluetooth/bluetooth.h b/include/zephyr/bluetooth/bluetooth.h index 0f0e1d9b984..755aa9a5de4 100644 --- a/include/zephyr/bluetooth/bluetooth.h +++ b/include/zephyr/bluetooth/bluetooth.h @@ -19,11 +19,11 @@ #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/buf.h b/include/zephyr/bluetooth/buf.h index 9eda0ecd3c8..f61c5419133 100644 --- a/include/zephyr/bluetooth/buf.h +++ b/include/zephyr/bluetooth/buf.h @@ -19,9 +19,9 @@ */ #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/conn.h b/include/zephyr/bluetooth/conn.h index 765cf3e8268..e87cdf49c44 100644 --- a/include/zephyr/bluetooth/conn.h +++ b/include/zephyr/bluetooth/conn.h @@ -19,11 +19,11 @@ #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/gatt.h b/include/zephyr/bluetooth/gatt.h index 4519bf2cf9b..3d0319725be 100644 --- a/include/zephyr/bluetooth/gatt.h +++ b/include/zephyr/bluetooth/gatt.h @@ -18,12 +18,12 @@ */ #include -#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/hci.h b/include/zephyr/bluetooth/hci.h index 9d89641f7c3..da4898f698b 100644 --- a/include/zephyr/bluetooth/hci.h +++ b/include/zephyr/bluetooth/hci.h @@ -8,15 +8,15 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HCI_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_HCI_H_ -#include +#include #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/hci_vs.h b/include/zephyr/bluetooth/hci_vs.h index 01fe781f500..5e7e19f8cf8 100644 --- a/include/zephyr/bluetooth/hci_vs.h +++ b/include/zephyr/bluetooth/hci_vs.h @@ -9,7 +9,7 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_HCI_VS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_HCI_VS_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/hfp_hf.h b/include/zephyr/bluetooth/hfp_hf.h index 64b5c982b22..3ac9a87328e 100644 --- a/include/zephyr/bluetooth/hfp_hf.h +++ b/include/zephyr/bluetooth/hfp_hf.h @@ -17,7 +17,7 @@ * @{ */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/iso.h b/include/zephyr/bluetooth/iso.h index bafd5e2501a..37a5aad7520 100644 --- a/include/zephyr/bluetooth/iso.h +++ b/include/zephyr/bluetooth/iso.h @@ -22,10 +22,10 @@ extern "C" { #endif -#include -#include -#include -#include +#include +#include +#include +#include /** @def BT_ISO_CHAN_SEND_RESERVE * @brief Headroom needed for outgoing ISO SDUs diff --git a/include/zephyr/bluetooth/l2cap.h b/include/zephyr/bluetooth/l2cap.h index b72332a0582..e0726a7edd0 100644 --- a/include/zephyr/bluetooth/l2cap.h +++ b/include/zephyr/bluetooth/l2cap.h @@ -17,10 +17,10 @@ * @{ */ -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/mesh.h b/include/zephyr/bluetooth/mesh.h index ce71e305b24..3a585ace0da 100644 --- a/include/zephyr/bluetooth/mesh.h +++ b/include/zephyr/bluetooth/mesh.h @@ -12,19 +12,19 @@ #include #include -#include +#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_ */ diff --git a/include/zephyr/bluetooth/mesh/access.h b/include/zephyr/bluetooth/mesh/access.h index f6123b76d17..b914a1e912b 100644 --- a/include/zephyr/bluetooth/mesh/access.h +++ b/include/zephyr/bluetooth/mesh/access.h @@ -10,9 +10,9 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_ACCESS_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_ACCESS_H_ -#include -#include -#include +#include +#include +#include /* Internal macros used to initialize array members */ #define BT_MESH_KEY_UNUSED_ELT_(IDX, _) BT_MESH_KEY_UNUSED diff --git a/include/zephyr/bluetooth/mesh/cdb.h b/include/zephyr/bluetooth/mesh/cdb.h index 219b23a65bd..b7d521b8bd9 100644 --- a/include/zephyr/bluetooth/mesh/cdb.h +++ b/include/zephyr/bluetooth/mesh/cdb.h @@ -7,7 +7,7 @@ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_CDB_H_ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/mesh/heartbeat.h b/include/zephyr/bluetooth/mesh/heartbeat.h index 211c7c3c04b..c65f44db950 100644 --- a/include/zephyr/bluetooth/mesh/heartbeat.h +++ b/include/zephyr/bluetooth/mesh/heartbeat.h @@ -10,7 +10,7 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEARTBEAT_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_HEARTBEAT_H_ -#include +#include /** * @brief Heartbeat diff --git a/include/zephyr/bluetooth/mesh/msg.h b/include/zephyr/bluetooth/mesh/msg.h index 2f72edb96d9..af29513c2c6 100644 --- a/include/zephyr/bluetooth/mesh/msg.h +++ b/include/zephyr/bluetooth/mesh/msg.h @@ -18,7 +18,7 @@ */ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/mesh/shell.h b/include/zephyr/bluetooth/mesh/shell.h index 08286e701d8..94694cab908 100644 --- a/include/zephyr/bluetooth/mesh/shell.h +++ b/include/zephyr/bluetooth/mesh/shell.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_SHELL_H_ #define ZEPHYR_INCLUDE_BLUETOOTH_MESH_SHELL_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/rfcomm.h b/include/zephyr/bluetooth/rfcomm.h index 791986269cd..cd0a1fff09f 100644 --- a/include/zephyr/bluetooth/rfcomm.h +++ b/include/zephyr/bluetooth/rfcomm.h @@ -17,8 +17,8 @@ * @{ */ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/sdp.h b/include/zephyr/bluetooth/sdp.h index 1c4e312ee65..b453a3c7a27 100644 --- a/include/zephyr/bluetooth/sdp.h +++ b/include/zephyr/bluetooth/sdp.h @@ -17,8 +17,8 @@ * @{ */ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/bluetooth/services/ots.h b/include/zephyr/bluetooth/services/ots.h index 45f87257c98..3c533d8ac8c 100644 --- a/include/zephyr/bluetooth/services/ots.h +++ b/include/zephyr/bluetooth/services/ots.h @@ -23,12 +23,12 @@ extern "C" { #include #include -#include +#include #include -#include -#include -#include -#include +#include +#include +#include +#include /** @brief Size of OTS object ID (in bytes). */ #define BT_OTS_OBJ_ID_SIZE 6 diff --git a/include/zephyr/bluetooth/testing.h b/include/zephyr/bluetooth/testing.h index 087a7e6ece2..ce37ebe3f39 100644 --- a/include/zephyr/bluetooth/testing.h +++ b/include/zephyr/bluetooth/testing.h @@ -12,7 +12,7 @@ #define ZEPHYR_INCLUDE_BLUETOOTH_TESTING_H_ #if defined(CONFIG_BT_MESH) -#include +#include #endif /* CONFIG_BT_MESH */ /** diff --git a/include/zephyr/bluetooth/uuid.h b/include/zephyr/bluetooth/uuid.h index 39f974d3ad8..82dcbb65590 100644 --- a/include/zephyr/bluetooth/uuid.h +++ b/include/zephyr/bluetooth/uuid.h @@ -17,7 +17,7 @@ * @{ */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/cache.h b/include/zephyr/cache.h index b0a6083da7a..59803b8dcf0 100644 --- a/include/zephyr/cache.h +++ b/include/zephyr/cache.h @@ -7,8 +7,8 @@ #ifndef ZEPHYR_INCLUDE_CACHE_H_ #define ZEPHYR_INCLUDE_CACHE_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/canbus/isotp.h b/include/zephyr/canbus/isotp.h index 7f45db5d73d..a8e78ec56fc 100644 --- a/include/zephyr/canbus/isotp.h +++ b/include/zephyr/canbus/isotp.h @@ -21,9 +21,9 @@ * @{ */ -#include +#include #include -#include +#include /* * Abbreviations diff --git a/include/zephyr/console/console.h b/include/zephyr/console/console.h index d9c901634ae..9ce09c081de 100644 --- a/include/zephyr/console/console.h +++ b/include/zephyr/console/console.h @@ -9,7 +9,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/console/tty.h b/include/zephyr/console/tty.h index 4c75a60207c..9776b11a8ea 100644 --- a/include/zephyr/console/tty.h +++ b/include/zephyr/console/tty.h @@ -9,7 +9,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/crypto/cipher.h b/include/zephyr/crypto/cipher.h index a3bc886b623..752b58ec0aa 100644 --- a/include/zephyr/crypto/cipher.h +++ b/include/zephyr/crypto/cipher.h @@ -18,7 +18,7 @@ #define ZEPHYR_INCLUDE_CRYPTO_CIPHER_H_ #include -#include +#include /** * @addtogroup crypto_cipher * @{ diff --git a/include/zephyr/crypto/crypto.h b/include/zephyr/crypto/crypto.h index 419bdbd0b74..f3e88ebaf4a 100644 --- a/include/zephyr/crypto/crypto.h +++ b/include/zephyr/crypto/crypto.h @@ -19,9 +19,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include "cipher.h" /** diff --git a/include/zephyr/data/json.h b/include/zephyr/data/json.h index 7a8e1a4adbb..5cf7abfecb5 100644 --- a/include/zephyr/data/json.h +++ b/include/zephyr/data/json.h @@ -7,9 +7,9 @@ #ifndef ZEPHYR_INCLUDE_DATA_JSON_H_ #define ZEPHYR_INCLUDE_DATA_JSON_H_ -#include +#include #include -#include +#include #include #include diff --git a/include/zephyr/debug/coredump.h b/include/zephyr/debug/coredump.h index 9559a3fd50d..9b298d64e99 100644 --- a/include/zephyr/debug/coredump.h +++ b/include/zephyr/debug/coredump.h @@ -60,9 +60,9 @@ enum coredump_cmd_id { #ifdef CONFIG_DEBUG_COREDUMP -#include -#include -#include +#include +#include +#include #define COREDUMP_HDR_VER 1 diff --git a/include/zephyr/debug/object_tracing.h b/include/zephyr/debug/object_tracing.h index 3c00a39a9c3..f0df6c31525 100644 --- a/include/zephyr/debug/object_tracing.h +++ b/include/zephyr/debug/object_tracing.h @@ -7,8 +7,8 @@ #ifndef ZEPHYR_INCLUDE_THREAD_MONITOR_H_ #define ZEPHYR_INCLUDE_THREAD_MONITOR_H_ -#include -#include +#include +#include /** * @def SYS_THREAD_MONITOR_HEAD diff --git a/include/zephyr/debug/stack.h b/include/zephyr/debug/stack.h index 9ac4fc10599..6ee09e5f765 100644 --- a/include/zephyr/debug/stack.h +++ b/include/zephyr/debug/stack.h @@ -12,7 +12,7 @@ #ifndef ZEPHYR_INCLUDE_DEBUG_STACK_H_ #define ZEPHYR_INCLUDE_DEBUG_STACK_H_ -#include +#include #include static inline void log_stack_usage(const struct k_thread *thread) diff --git a/include/zephyr/debug/tracing.h b/include/zephyr/debug/tracing.h index 956359866f1..28d438daf81 100644 --- a/include/zephyr/debug/tracing.h +++ b/include/zephyr/debug/tracing.h @@ -8,5 +8,5 @@ #define ZEPHYR_INCLUDE_DEBUG_TRACING_H #warning "This header file has moved, include instead." -#include +#include #endif diff --git a/include/zephyr/device.h b/include/zephyr/device.h index 02228a474cd..7820516af59 100644 --- a/include/zephyr/device.h +++ b/include/zephyr/device.h @@ -26,10 +26,10 @@ * @{ */ -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/devicetree.h b/include/zephyr/devicetree.h index ba8aba05ccc..9f7b1691578 100644 --- a/include/zephyr/devicetree.h +++ b/include/zephyr/devicetree.h @@ -19,7 +19,7 @@ #include #include -#include +#include /** * @brief devicetree.h API @@ -3014,18 +3014,18 @@ IS_ENABLED(UTIL_CAT(DT_CAT(DT_COMPAT_, compat), _BUS_##bus)) /* have these last so they have access to all previously defined macros */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #endif /* DEVICETREE_H */ diff --git a/include/zephyr/devicetree/zephyr.h b/include/zephyr/devicetree/zephyr.h index 74deb0e715e..7660c06706d 100644 --- a/include/zephyr/devicetree/zephyr.h +++ b/include/zephyr/devicetree/zephyr.h @@ -12,7 +12,7 @@ #ifndef ZEPHYR_INCLUDE_DEVICETREE_ZEPHYR_H_ #define ZEPHYR_INCLUDE_DEVICETREE_ZEPHYR_H_ -#include +#include /** * @defgroup devicetree-zephyr Zephyr's /chosen nodes diff --git a/include/zephyr/dfu/flash_img.h b/include/zephyr/dfu/flash_img.h index d71baaa7a9e..de33b9cb036 100644 --- a/include/zephyr/dfu/flash_img.h +++ b/include/zephyr/dfu/flash_img.h @@ -8,7 +8,7 @@ #ifndef ZEPHYR_INCLUDE_DFU_FLASH_IMG_H_ #define ZEPHYR_INCLUDE_DFU_FLASH_IMG_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/display/cfb.h b/include/zephyr/display/cfb.h index 341a0548edb..976b27f200e 100644 --- a/include/zephyr/display/cfb.h +++ b/include/zephyr/display/cfb.h @@ -13,7 +13,7 @@ #define __CFB_H__ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/display/framebuf.h b/include/zephyr/display/framebuf.h index 0ef97285d73..832822c23a4 100644 --- a/include/zephyr/display/framebuf.h +++ b/include/zephyr/display/framebuf.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DISPLAY_FRAMEBUF_H_ #define ZEPHYR_INCLUDE_DISPLAY_FRAMEBUF_H_ -#include +#include extern const struct display_driver_api framebuf_display_api; diff --git a/include/zephyr/display/mb_display.h b/include/zephyr/display/mb_display.h index cb8a15421dd..c27e30511d1 100644 --- a/include/zephyr/display/mb_display.h +++ b/include/zephyr/display/mb_display.h @@ -21,8 +21,8 @@ #include #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/adc.h b/include/zephyr/drivers/adc.h index c0fb857c648..ed3cf89bd42 100644 --- a/include/zephyr/drivers/adc.h +++ b/include/zephyr/drivers/adc.h @@ -14,7 +14,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_ADC_H_ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/adc/adc_emul.h b/include/zephyr/drivers/adc/adc_emul.h index f4b90a55b6c..a07b86e38c9 100644 --- a/include/zephyr/drivers/adc/adc_emul.h +++ b/include/zephyr/drivers/adc/adc_emul.h @@ -13,7 +13,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_ADC_ADC_EMUL_H_ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/adc/adc_npcx_threshold.h b/include/zephyr/drivers/adc/adc_npcx_threshold.h index 310428374c0..0d2b3954a44 100644 --- a/include/zephyr/drivers/adc/adc_npcx_threshold.h +++ b/include/zephyr/drivers/adc/adc_npcx_threshold.h @@ -7,7 +7,7 @@ #ifndef _ADC_NPCX_THRESHOLD_H_ #define _ADC_NPCX_THRESHOLD_H_ -#include +#include enum adc_npcx_threshold_param_l_h { ADC_NPCX_THRESHOLD_PARAM_L_H_HIGHER, diff --git a/include/zephyr/drivers/adc/lmp90xxx.h b/include/zephyr/drivers/adc/lmp90xxx.h index 568bd86f3f4..8fc226f5eee 100644 --- a/include/zephyr/drivers/adc/lmp90xxx.h +++ b/include/zephyr/drivers/adc/lmp90xxx.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_ADC_LMP90XXX_H_ #include -#include +#include /* LMP90xxx supports GPIO D0..D6 */ #define LMP90XXX_GPIO_MAX 6 diff --git a/include/zephyr/drivers/bluetooth/hci_driver.h b/include/zephyr/drivers/bluetooth/hci_driver.h index 29840f2302a..b0b310dc265 100644 --- a/include/zephyr/drivers/bluetooth/hci_driver.h +++ b/include/zephyr/drivers/bluetooth/hci_driver.h @@ -18,9 +18,9 @@ */ #include -#include -#include -#include +#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/drivers/can.h b/include/zephyr/drivers/can.h index 11811740d97..21e586cf0ea 100644 --- a/include/zephyr/drivers/can.h +++ b/include/zephyr/drivers/can.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" { @@ -399,7 +399,7 @@ __subsystem struct can_driver_api { #if defined(CONFIG_CAN_STATS) || defined(__DOXYGEN__) -#include +#include /** @cond INTERNAL_HIDDEN */ diff --git a/include/zephyr/drivers/clock_control.h b/include/zephyr/drivers/clock_control.h index 925b8a6e5fc..9f790baa41d 100644 --- a/include/zephyr/drivers/clock_control.h +++ b/include/zephyr/drivers/clock_control.h @@ -24,8 +24,8 @@ #include #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/clock_control/arm_clock_control.h b/include/zephyr/drivers/clock_control/arm_clock_control.h index 8a7c5679c61..17a4ddee91b 100644 --- a/include/zephyr/drivers/clock_control/arm_clock_control.h +++ b/include/zephyr/drivers/clock_control/arm_clock_control.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_ARM_CLOCK_CONTROL_H_ #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_ARM_CLOCK_CONTROL_H_ -#include +#include /** * @file diff --git a/include/zephyr/drivers/clock_control/lpc11u6x_clock_control.h b/include/zephyr/drivers/clock_control/lpc11u6x_clock_control.h index 129041c3a2d..a0937ba1c57 100644 --- a/include/zephyr/drivers/clock_control/lpc11u6x_clock_control.h +++ b/include/zephyr/drivers/clock_control/lpc11u6x_clock_control.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_LPC11U6X_CLOCK_CONTROL_H_ #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_LPC11U6X_CLOCK_CONTROL_H_ -#include -#include +#include +#include #endif /* ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_LPC11U6X_CLOCK_CONTROL_H_ */ diff --git a/include/zephyr/drivers/clock_control/mchp_xec_clock_control.h b/include/zephyr/drivers/clock_control/mchp_xec_clock_control.h index c87aa7cfa22..bda6dc58fe7 100644 --- a/include/zephyr/drivers/clock_control/mchp_xec_clock_control.h +++ b/include/zephyr/drivers/clock_control/mchp_xec_clock_control.h @@ -6,8 +6,8 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_MCHP_XEC_H_ #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_MCHP_XEC_H_ -#include -#include +#include +#include /* * Set/clear Microchip XEC peripheral sleep enable. diff --git a/include/zephyr/drivers/clock_control/nrf_clock_control.h b/include/zephyr/drivers/clock_control/nrf_clock_control.h index 3b7ae0b3799..89dfd576e62 100644 --- a/include/zephyr/drivers/clock_control/nrf_clock_control.h +++ b/include/zephyr/drivers/clock_control/nrf_clock_control.h @@ -9,8 +9,8 @@ #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/clock_control/rcar_clock_control.h b/include/zephyr/drivers/clock_control/rcar_clock_control.h index a40457bf309..28f7e8abc15 100644 --- a/include/zephyr/drivers/clock_control/rcar_clock_control.h +++ b/include/zephyr/drivers/clock_control/rcar_clock_control.h @@ -9,8 +9,8 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RCAR_CLOCK_CONTROL_H_ #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_RCAR_CLOCK_CONTROL_H_ -#include -#include +#include +#include struct rcar_cpg_clk { uint32_t domain; diff --git a/include/zephyr/drivers/clock_control/stm32_clock_control.h b/include/zephyr/drivers/clock_control/stm32_clock_control.h index ba36b5dc77a..7a2f80b958a 100644 --- a/include/zephyr/drivers/clock_control/stm32_clock_control.h +++ b/include/zephyr/drivers/clock_control/stm32_clock_control.h @@ -9,35 +9,35 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_STM32_CLOCK_CONTROL_H_ #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_STM32_CLOCK_CONTROL_H_ -#include +#include #if defined(CONFIG_SOC_SERIES_STM32F0X) || \ defined(CONFIG_SOC_SERIES_STM32F1X) || \ defined(CONFIG_SOC_SERIES_STM32F3X) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32F2X) || \ defined(CONFIG_SOC_SERIES_STM32F4X) || \ defined(CONFIG_SOC_SERIES_STM32F7X) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32G0X) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32L0X) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32L1X) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32G4X) || \ defined(CONFIG_SOC_SERIES_STM32L4X) || \ defined(CONFIG_SOC_SERIES_STM32L5X) || \ defined(CONFIG_SOC_SERIES_STM32WBX) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32WLX) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32H7X) -#include +#include #elif defined(CONFIG_SOC_SERIES_STM32U5X) -#include +#include #else -#include +#include #endif /** Common clock control device node for all STM32 chips */ diff --git a/include/zephyr/drivers/console/ipm_console.h b/include/zephyr/drivers/console/ipm_console.h index 2e232f9a1e9..d2d2167968f 100644 --- a/include/zephyr/drivers/console/ipm_console.h +++ b/include/zephyr/drivers/console/ipm_console.h @@ -9,9 +9,9 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_IPM_CONSOLE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_IPM_CONSOLE_H_ -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/console/uart_console.h b/include/zephyr/drivers/console/uart_console.h index b5464b130b9..14611b28075 100644 --- a/include/zephyr/drivers/console/uart_console.h +++ b/include/zephyr/drivers/console/uart_console.h @@ -9,7 +9,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_UART_CONSOLE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_UART_CONSOLE_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/console/uart_mux.h b/include/zephyr/drivers/console/uart_mux.h index cf653a68608..56b7f80cabd 100644 --- a/include/zephyr/drivers/console/uart_mux.h +++ b/include/zephyr/drivers/console/uart_mux.h @@ -20,7 +20,7 @@ */ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/disk.h b/include/zephyr/drivers/disk.h index 627d41d25d9..222a1bf5c5d 100644 --- a/include/zephyr/drivers/disk.h +++ b/include/zephyr/drivers/disk.h @@ -24,9 +24,9 @@ * @{ */ -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/dma.h b/include/zephyr/drivers/dma.h index dcfc49a1e53..6528c066ae5 100644 --- a/include/zephyr/drivers/dma.h +++ b/include/zephyr/drivers/dma.h @@ -13,7 +13,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_DMA_H_ #define ZEPHYR_INCLUDE_DRIVERS_DMA_H_ -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/drivers/ec_host_cmd_periph.h b/include/zephyr/drivers/ec_host_cmd_periph.h index d31f7d81361..b367947b4c6 100644 --- a/include/zephyr/drivers/ec_host_cmd_periph.h +++ b/include/zephyr/drivers/ec_host_cmd_periph.h @@ -12,7 +12,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_HOST_CMD_PERIPH_H_ #define ZEPHYR_INCLUDE_DRIVERS_HOST_CMD_PERIPH_H_ -#include +#include #include #include diff --git a/include/zephyr/drivers/ec_host_cmd_periph/ec_host_cmd_simulator.h b/include/zephyr/drivers/ec_host_cmd_periph/ec_host_cmd_simulator.h index c46a460ba34..54f78be7002 100644 --- a/include/zephyr/drivers/ec_host_cmd_periph/ec_host_cmd_simulator.h +++ b/include/zephyr/drivers/ec_host_cmd_periph/ec_host_cmd_simulator.h @@ -11,7 +11,7 @@ */ /* For ec_host_cmd_periph_api_send function pointer type */ -#include +#include /** * @brief Install callback for when this device would sends data to host diff --git a/include/zephyr/drivers/espi.h b/include/zephyr/drivers/espi.h index e5ffc223a14..f5dca656b88 100644 --- a/include/zephyr/drivers/espi.h +++ b/include/zephyr/drivers/espi.h @@ -12,7 +12,7 @@ #ifndef ZEPHYR_INCLUDE_ESPI_H_ #define ZEPHYR_INCLUDE_ESPI_H_ -#include +#include #include #include diff --git a/include/zephyr/drivers/espi_emul.h b/include/zephyr/drivers/espi_emul.h index 80be009cde8..4b9564e6d7d 100644 --- a/include/zephyr/drivers/espi_emul.h +++ b/include/zephyr/drivers/espi_emul.h @@ -15,8 +15,8 @@ #include #include -#include -#include +#include +#include /** * @brief eSPI Emulation Interface diff --git a/include/zephyr/drivers/espi_saf.h b/include/zephyr/drivers/espi_saf.h index 3d5e3aa9ed1..de4b54d9353 100644 --- a/include/zephyr/drivers/espi_saf.h +++ b/include/zephyr/drivers/espi_saf.h @@ -12,7 +12,7 @@ #ifndef ZEPHYR_INCLUDE_ESPI_SAF_H_ #define ZEPHYR_INCLUDE_ESPI_SAF_H_ -#include +#include #include #include diff --git a/include/zephyr/drivers/fpga.h b/include/zephyr/drivers/fpga.h index 9dbf3c43514..d916e9d42b5 100644 --- a/include/zephyr/drivers/fpga.h +++ b/include/zephyr/drivers/fpga.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_FPGA_H_ #include -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/drivers/gpio.h b/include/zephyr/drivers/gpio.h index 7e7878b11b1..0d0f074d36c 100644 --- a/include/zephyr/drivers/gpio.h +++ b/include/zephyr/drivers/gpio.h @@ -15,13 +15,13 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_H_ #define ZEPHYR_INCLUDE_DRIVERS_GPIO_H_ -#include -#include +#include +#include #include #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/gpio/gpio_emul.h b/include/zephyr/drivers/gpio/gpio_emul.h index 9983a0e0547..02e13e15104 100644 --- a/include/zephyr/drivers/gpio/gpio_emul.h +++ b/include/zephyr/drivers/gpio/gpio_emul.h @@ -13,7 +13,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_EMUL_H_ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/gpio/gpio_mmio32.h b/include/zephyr/drivers/gpio/gpio_mmio32.h index 8ec69667eeb..a04fe680c54 100644 --- a/include/zephyr/drivers/gpio/gpio_mmio32.h +++ b/include/zephyr/drivers/gpio/gpio_mmio32.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_MMIO32_H_ #include -#include +#include #include extern const struct gpio_driver_api gpio_mmio32_api; diff --git a/include/zephyr/drivers/gpio/gpio_sx1509b.h b/include/zephyr/drivers/gpio/gpio_sx1509b.h index fa84ac23662..77705721fba 100644 --- a/include/zephyr/drivers/gpio/gpio_sx1509b.h +++ b/include/zephyr/drivers/gpio/gpio_sx1509b.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_SX1509B_H_ #include -#include +#include /** * @brief Configure a pin for LED intensity. diff --git a/include/zephyr/drivers/hwinfo.h b/include/zephyr/drivers/hwinfo.h index 81169973a89..18132336994 100644 --- a/include/zephyr/drivers/hwinfo.h +++ b/include/zephyr/drivers/hwinfo.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/i2c.h b/include/zephyr/drivers/i2c.h index 2c79a4c7992..e3866010ef5 100644 --- a/include/zephyr/drivers/i2c.h +++ b/include/zephyr/drivers/i2c.h @@ -342,7 +342,7 @@ struct i2c_slave_config { #if defined(CONFIG_I2C_STATS) || defined(__DOXYGEN__) -#include +#include /** @cond INTERNAL_HIDDEN */ diff --git a/include/zephyr/drivers/i2c_emul.h b/include/zephyr/drivers/i2c_emul.h index 92130bfecd0..28ff26d1ee2 100644 --- a/include/zephyr/drivers/i2c_emul.h +++ b/include/zephyr/drivers/i2c_emul.h @@ -22,7 +22,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/interrupt_controller/gd32_exti.h b/include/zephyr/drivers/interrupt_controller/gd32_exti.h index a5652987c9a..cabc68838cf 100644 --- a/include/zephyr/drivers/interrupt_controller/gd32_exti.h +++ b/include/zephyr/drivers/interrupt_controller/gd32_exti.h @@ -9,7 +9,7 @@ #include -#include +#include /** * @name EXTI trigger modes. diff --git a/include/zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h b/include/zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h index 7e1eb5f27d4..5a164983db6 100644 --- a/include/zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h +++ b/include/zephyr/drivers/interrupt_controller/intc_mchp_xec_ecia.h @@ -18,7 +18,7 @@ #define ZEPHYR_DRIVERS_INTERRUPT_CONTROLLER_MCHP_XEC_ECIA_H_ #include -#include +#include /** * @brief enable GIRQn interrupt for specific source diff --git a/include/zephyr/drivers/interrupt_controller/intel_vtd.h b/include/zephyr/drivers/interrupt_controller/intel_vtd.h index 523ecb46813..5e6044d829e 100644 --- a/include/zephyr/drivers/interrupt_controller/intel_vtd.h +++ b/include/zephyr/drivers/interrupt_controller/intel_vtd.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_INTEL_VTD_H_ #define ZEPHYR_INCLUDE_DRIVERS_INTEL_VTD_H_ -#include +#include typedef int (*vtd_alloc_entries_f)(const struct device *dev, uint8_t n_entries); diff --git a/include/zephyr/drivers/interrupt_controller/loapic.h b/include/zephyr/drivers/interrupt_controller/loapic.h index 23671fa011f..07c2ebe224e 100644 --- a/include/zephyr/drivers/interrupt_controller/loapic.h +++ b/include/zephyr/drivers/interrupt_controller/loapic.h @@ -9,9 +9,9 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_LOAPIC_H_ #define ZEPHYR_INCLUDE_DRIVERS_LOAPIC_H_ -#include -#include -#include +#include +#include +#include /* Local APIC Register Offset */ diff --git a/include/zephyr/drivers/interrupt_controller/sysapic.h b/include/zephyr/drivers/interrupt_controller/sysapic.h index 2d376f9e337..793d1609d28 100644 --- a/include/zephyr/drivers/interrupt_controller/sysapic.h +++ b/include/zephyr/drivers/interrupt_controller/sysapic.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_SYSAPIC_H_ #define ZEPHYR_INCLUDE_DRIVERS_SYSAPIC_H_ -#include +#include #define IRQ_TRIGGER_EDGE IOAPIC_EDGE #define IRQ_TRIGGER_LEVEL IOAPIC_LEVEL diff --git a/include/zephyr/drivers/ipm.h b/include/zephyr/drivers/ipm.h index 57edc5c805e..10ba85f8736 100644 --- a/include/zephyr/drivers/ipm.h +++ b/include/zephyr/drivers/ipm.h @@ -20,7 +20,7 @@ * @{ */ -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/drivers/led/ht16k33.h b/include/zephyr/drivers/led/ht16k33.h index 7352121561e..bc43b52a4be 100644 --- a/include/zephyr/drivers/led/ht16k33.h +++ b/include/zephyr/drivers/led/ht16k33.h @@ -8,7 +8,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_LED_HT16K33_H_ #define ZEPHYR_INCLUDE_DRIVERS_LED_HT16K33_H_ -#include +#include /** * Register a HT16K33 keyscan device to be notified of relevant diff --git a/include/zephyr/drivers/mbox.h b/include/zephyr/drivers/mbox.h index 0d0dcfe8511..daa0e77056c 100644 --- a/include/zephyr/drivers/mbox.h +++ b/include/zephyr/drivers/mbox.h @@ -66,9 +66,9 @@ * */ -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/misc/ft8xx/ft8xx_reference_api.h b/include/zephyr/drivers/misc/ft8xx/ft8xx_reference_api.h index f9638a9558d..c54dcdfc1b3 100644 --- a/include/zephyr/drivers/misc/ft8xx/ft8xx_reference_api.h +++ b/include/zephyr/drivers/misc/ft8xx/ft8xx_reference_api.h @@ -14,10 +14,10 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/mm/system_mm.h b/include/zephyr/drivers/mm/system_mm.h index bcc98bda212..0238d802f44 100644 --- a/include/zephyr/drivers/mm/system_mm.h +++ b/include/zephyr/drivers/mm/system_mm.h @@ -15,7 +15,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_SYSTEM_MM_H_ #define ZEPHYR_INCLUDE_DRIVERS_SYSTEM_MM_H_ -#include +#include #ifndef _ASMLANGUAGE diff --git a/include/zephyr/drivers/pcie/controller.h b/include/zephyr/drivers/pcie/controller.h index 7876956bcb7..031cf1c0178 100644 --- a/include/zephyr/drivers/pcie/controller.h +++ b/include/zephyr/drivers/pcie/controller.h @@ -16,7 +16,7 @@ #include #ifdef CONFIG_PCIE_MSI -#include +#include #endif /** diff --git a/include/zephyr/drivers/pcie/endpoint/pcie_ep.h b/include/zephyr/drivers/pcie/endpoint/pcie_ep.h index d1eb2a327df..43f201ec7b9 100644 --- a/include/zephyr/drivers/pcie/endpoint/pcie_ep.h +++ b/include/zephyr/drivers/pcie/endpoint/pcie_ep.h @@ -14,8 +14,8 @@ #define ZEPHYR_INCLUDE_DRIVERS_PCIE_EP_H_ #include -#include -#include +#include +#include #include enum pcie_ob_mem_type { diff --git a/include/zephyr/drivers/pcie/msi.h b/include/zephyr/drivers/pcie/msi.h index 34a7e58ac5b..162ba4dacba 100644 --- a/include/zephyr/drivers/pcie/msi.h +++ b/include/zephyr/drivers/pcie/msi.h @@ -7,11 +7,11 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_PCIE_MSI_H_ #define ZEPHYR_INCLUDE_DRIVERS_PCIE_MSI_H_ -#include +#include #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/pcie/pcie.h b/include/zephyr/drivers/pcie/pcie.h index 8e666ddc5d3..b28d9e61ce7 100644 --- a/include/zephyr/drivers/pcie/pcie.h +++ b/include/zephyr/drivers/pcie/pcie.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_PCIE_PCIE_H_ #include -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/drivers/peci.h b/include/zephyr/drivers/peci.h index 0df092ce2e8..7397ade679b 100644 --- a/include/zephyr/drivers/peci.h +++ b/include/zephyr/drivers/peci.h @@ -23,7 +23,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/pinctrl.h b/include/zephyr/drivers/pinctrl.h index baa761d1892..dad0fb57254 100644 --- a/include/zephyr/drivers/pinctrl.h +++ b/include/zephyr/drivers/pinctrl.h @@ -20,9 +20,9 @@ #include #include -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/pm_cpu_ops/psci.h b/include/zephyr/drivers/pm_cpu_ops/psci.h index e4ca4731564..c06ac445203 100644 --- a/include/zephyr/drivers/pm_cpu_ops/psci.h +++ b/include/zephyr/drivers/pm_cpu_ops/psci.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_PM_CPU_OPS_PSCI_H_ #include -#include +#include #include #include diff --git a/include/zephyr/drivers/ptp_clock.h b/include/zephyr/drivers/ptp_clock.h index 28994645dfb..fb6cc8f5a51 100644 --- a/include/zephyr/drivers/ptp_clock.h +++ b/include/zephyr/drivers/ptp_clock.h @@ -7,11 +7,11 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_PTP_CLOCK_H_ #define ZEPHYR_INCLUDE_DRIVERS_PTP_CLOCK_H_ -#include +#include #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/pwm.h b/include/zephyr/drivers/pwm.h index 493fdf9d5ae..661b4287871 100644 --- a/include/zephyr/drivers/pwm.h +++ b/include/zephyr/drivers/pwm.h @@ -26,10 +26,10 @@ #include #include #include -#include -#include +#include +#include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/regulator.h b/include/zephyr/drivers/regulator.h index 0f7377b34d4..8757c6ae4a6 100644 --- a/include/zephyr/drivers/regulator.h +++ b/include/zephyr/drivers/regulator.h @@ -19,8 +19,8 @@ */ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/regulator/consumer.h b/include/zephyr/drivers/regulator/consumer.h index 8e7ceda36be..21e12b87d55 100644 --- a/include/zephyr/drivers/regulator/consumer.h +++ b/include/zephyr/drivers/regulator/consumer.h @@ -17,7 +17,7 @@ #define ZEPHYR_INCLUDE_DRIVERS_PMIC_CONSUMER_H_ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/rtc/maxim_ds3231.h b/include/zephyr/drivers/rtc/maxim_ds3231.h index b8d0fc9bee2..2c97e255653 100644 --- a/include/zephyr/drivers/rtc/maxim_ds3231.h +++ b/include/zephyr/drivers/rtc/maxim_ds3231.h @@ -34,10 +34,10 @@ #include -#include -#include +#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/rtc/mcp7940n.h b/include/zephyr/drivers/rtc/mcp7940n.h index c47d719e136..795bf0061d9 100644 --- a/include/zephyr/drivers/rtc/mcp7940n.h +++ b/include/zephyr/drivers/rtc/mcp7940n.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_RTC_MCP7940N_H_ #define ZEPHYR_INCLUDE_DRIVERS_RTC_MCP7940N_H_ -#include +#include #include struct mcp7940n_rtc_sec { diff --git a/include/zephyr/drivers/sensor/ccs811.h b/include/zephyr/drivers/sensor/ccs811.h index e2a787d0ff0..2acc2abed8a 100644 --- a/include/zephyr/drivers/sensor/ccs811.h +++ b/include/zephyr/drivers/sensor/ccs811.h @@ -20,7 +20,7 @@ extern "C" { #endif #include -#include +#include /* Status register fields */ #define CCS811_STATUS_ERROR BIT(0) diff --git a/include/zephyr/drivers/sensor/fdc2x1x.h b/include/zephyr/drivers/sensor/fdc2x1x.h index ab7504287a4..0dc33b118de 100644 --- a/include/zephyr/drivers/sensor/fdc2x1x.h +++ b/include/zephyr/drivers/sensor/fdc2x1x.h @@ -16,7 +16,7 @@ extern "C" { #endif -#include +#include enum sensor_channel_fdc2x1x { /** CH0 Capacitance, in Picofarad **/ diff --git a/include/zephyr/drivers/sensor/it8xxx2_vcmp.h b/include/zephyr/drivers/sensor/it8xxx2_vcmp.h index ce0f02bda27..197373754b5 100644 --- a/include/zephyr/drivers/sensor/it8xxx2_vcmp.h +++ b/include/zephyr/drivers/sensor/it8xxx2_vcmp.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include +#include enum it8xxx2_vcmp_sensor_attribute { SENSOR_ATTR_LOWER_VOLTAGE_THRESH = SENSOR_ATTR_PRIV_START, diff --git a/include/zephyr/drivers/sensor/mcux_acmp.h b/include/zephyr/drivers/sensor/mcux_acmp.h index ff9d2ec27ec..5f43e77ad13 100644 --- a/include/zephyr/drivers/sensor/mcux_acmp.h +++ b/include/zephyr/drivers/sensor/mcux_acmp.h @@ -16,7 +16,7 @@ extern "C" { #endif -#include +#include enum sensor_channel_mcux_acmp { /** Analog Comparator Output. */ diff --git a/include/zephyr/drivers/sensor/mhz19b.h b/include/zephyr/drivers/sensor/mhz19b.h index 9656724bf19..d4f79dd9fbb 100644 --- a/include/zephyr/drivers/sensor/mhz19b.h +++ b/include/zephyr/drivers/sensor/mhz19b.h @@ -19,7 +19,7 @@ extern "C" { #endif -#include +#include enum sensor_attribute_mhz19b { /** Automatic Baseline Correction Self Calibration Function. */ diff --git a/include/zephyr/drivers/sensor/sht4x.h b/include/zephyr/drivers/sensor/sht4x.h index 6a575331e40..1fe14afee31 100644 --- a/include/zephyr/drivers/sensor/sht4x.h +++ b/include/zephyr/drivers/sensor/sht4x.h @@ -20,7 +20,7 @@ extern "C" { #endif -#include +#include /* Maximum temperature above which the heater should not be used */ #define SHT4X_HEATER_MAX_TEMP 65 diff --git a/include/zephyr/drivers/spi.h b/include/zephyr/drivers/spi.h index f65060f36de..559810eee68 100644 --- a/include/zephyr/drivers/spi.h +++ b/include/zephyr/drivers/spi.h @@ -22,8 +22,8 @@ #include #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/spi_emul.h b/include/zephyr/drivers/spi_emul.h index bcaef65cd09..1532eee9c78 100644 --- a/include/zephyr/drivers/spi_emul.h +++ b/include/zephyr/drivers/spi_emul.h @@ -15,7 +15,7 @@ #include #include -#include +#include /** * @brief SPI Emulation Interface diff --git a/include/zephyr/drivers/timer/arm_arch_timer.h b/include/zephyr/drivers/timer/arm_arch_timer.h index f1c5bd97f49..c1f4412dbb9 100644 --- a/include/zephyr/drivers/timer/arm_arch_timer.h +++ b/include/zephyr/drivers/timer/arm_arch_timer.h @@ -8,7 +8,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_TIMER_ARM_ARCH_TIMER_H_ #define ZEPHYR_INCLUDE_DRIVERS_TIMER_ARM_ARCH_TIMER_H_ -#include +#include #include #define ARM_TIMER_NODE DT_INST(0, arm_armv8_timer) diff --git a/include/zephyr/drivers/timer/nrf_rtc_timer.h b/include/zephyr/drivers/timer/nrf_rtc_timer.h index f6fca5a2c88..5358c11eced 100644 --- a/include/zephyr/drivers/timer/nrf_rtc_timer.h +++ b/include/zephyr/drivers/timer/nrf_rtc_timer.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DRIVERS_TIMER_NRF_RTC_TIMER_H #define ZEPHYR_INCLUDE_DRIVERS_TIMER_NRF_RTC_TIMER_H -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/video.h b/include/zephyr/drivers/video.h index 05a4a468b05..767b0a2de8a 100644 --- a/include/zephyr/drivers/video.h +++ b/include/zephyr/drivers/video.h @@ -25,7 +25,7 @@ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/drivers/watchdog.h b/include/zephyr/drivers/watchdog.h index 18e6e3fb30e..3f7bbaf7a4b 100644 --- a/include/zephyr/drivers/watchdog.h +++ b/include/zephyr/drivers/watchdog.h @@ -21,7 +21,7 @@ */ #include -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/dt-bindings/dt-util.h b/include/zephyr/dt-bindings/dt-util.h index dc5462a2d99..1685b9ac5e0 100644 --- a/include/zephyr/dt-bindings/dt-util.h +++ b/include/zephyr/dt-bindings/dt-util.h @@ -16,6 +16,6 @@ * variable length macros with zero or more elements. */ -#include +#include #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DT_UTIL_H_ */ diff --git a/include/zephyr/dt-bindings/interrupt-controller/arm-gic.h b/include/zephyr/dt-bindings/interrupt-controller/arm-gic.h index 681a5eab52c..572bbfac9d2 100644 --- a/include/zephyr/dt-bindings/interrupt-controller/arm-gic.h +++ b/include/zephyr/dt-bindings/interrupt-controller/arm-gic.h @@ -6,7 +6,7 @@ #ifndef __DT_BINDING_ARM_GIC_H #define __DT_BINDING_ARM_GIC_H -#include +#include /* CPU Interrupt numbers */ #define GIC_INT_VIRT_MAINT 25 diff --git a/include/zephyr/dt-bindings/interrupt-controller/it8xxx2-wuc.h b/include/zephyr/dt-bindings/interrupt-controller/it8xxx2-wuc.h index 624d1f41447..f4e5dc333f1 100644 --- a/include/zephyr/dt-bindings/interrupt-controller/it8xxx2-wuc.h +++ b/include/zephyr/dt-bindings/interrupt-controller/it8xxx2-wuc.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_ -#include +#include /** WUC reserved register of reg property */ #define IT8XXX2_WUC_UNUSED_REG 0 diff --git a/include/zephyr/dt-bindings/ipc_service/static_vrings.h b/include/zephyr/dt-bindings/ipc_service/static_vrings.h index 1c51ce14a0e..5cfe1bc897d 100644 --- a/include/zephyr/dt-bindings/ipc_service/static_vrings.h +++ b/include/zephyr/dt-bindings/ipc_service/static_vrings.h @@ -6,7 +6,7 @@ #ifndef __DT_BINDING_IPC_SERVICE_STATIC_VRINGS_H #define __DT_BINDING_IPC_SERVICE_STATIC_VRINGS_H -#include +#include #define PRIO_COOP BIT(0) #define PRIO_PREEMPT BIT(1) diff --git a/include/zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h b/include/zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h index b92b2f22d2e..e7660ebbcad 100644 --- a/include/zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h +++ b/include/zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_ESP_PINCTRL_COMMON_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_ESP_PINCTRL_COMMON_H_ -#include +#include #define ESP32_PIN_NUM_SHIFT 0U #define ESP32_PIN_NUM_MASK 0x3FU diff --git a/include/zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h b/include/zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h index 08725a4d8e1..3e8a47087f2 100644 --- a/include/zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h +++ b/include/zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_MCHP_XEC_PINCTRL_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_MCHP_XEC_PINCTRL_H_ -#include +#include #define MCHP_GPIO 0x0 #define MCHP_AF0 0x0 diff --git a/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl.h b/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl.h index 6a31b8410d3..33c6d8af97a 100644 --- a/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl.h +++ b/include/zephyr/dt-bindings/pinctrl/stm32-pinctrl.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_STM32_PINCTRL_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_STM32_PINCTRL_H_ -#include +#include /* Adapted from Linux: include/dt-bindings/pinctrl/stm32-pinfunc.h */ diff --git a/include/zephyr/dt-bindings/pinctrl/stm32f1-pinctrl.h b/include/zephyr/dt-bindings/pinctrl/stm32f1-pinctrl.h index 6b2e55f8c49..50c5da5c5f1 100644 --- a/include/zephyr/dt-bindings/pinctrl/stm32f1-pinctrl.h +++ b/include/zephyr/dt-bindings/pinctrl/stm32f1-pinctrl.h @@ -7,8 +7,8 @@ #ifndef ZEPHYR_STM32_PINCTRLF1_H_ #define ZEPHYR_STM32_PINCTRLF1_H_ -#include -#include +#include +#include /* Adapted from Linux: include/dt-bindings/pinctrl/stm32-pinfunc.h */ diff --git a/include/zephyr/dt-bindings/sensor/ina230.h b/include/zephyr/dt-bindings/sensor/ina230.h index 527b899a77d..6f0e4859f53 100644 --- a/include/zephyr/dt-bindings/sensor/ina230.h +++ b/include/zephyr/dt-bindings/sensor/ina230.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INA230_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INA230_H_ -#include +#include /* Mask/Enable bits that asserts the ALERT pin */ #define INA230_SHUNT_VOLTAGE_OVER BIT(15) diff --git a/include/zephyr/dt-bindings/sensor/ina237.h b/include/zephyr/dt-bindings/sensor/ina237.h index f8a7046303f..d459467b7cc 100644 --- a/include/zephyr/dt-bindings/sensor/ina237.h +++ b/include/zephyr/dt-bindings/sensor/ina237.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INA237_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INA237_H_ -#include +#include /* Operating Mode */ #define INA237_OPER_MODE_SHUTDOWN 0x00 diff --git a/include/zephyr/fatal.h b/include/zephyr/fatal.h index 572d6dcae80..ece4e410c5f 100644 --- a/include/zephyr/fatal.h +++ b/include/zephyr/fatal.h @@ -11,8 +11,8 @@ #ifndef ZEPHYR_INCLUDE_FATAL_H #define ZEPHYR_INCLUDE_FATAL_H -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/fs/fcb.h b/include/zephyr/fs/fcb.h index 6410c954c4a..4083dcf538b 100644 --- a/include/zephyr/fs/fcb.h +++ b/include/zephyr/fs/fcb.h @@ -13,9 +13,9 @@ #include #include -#include +#include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/fs/fs.h b/include/zephyr/fs/fs.h index 97381f42a7f..6dac93a5500 100644 --- a/include/zephyr/fs/fs.h +++ b/include/zephyr/fs/fs.h @@ -10,8 +10,8 @@ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/fs/littlefs.h b/include/zephyr/fs/littlefs.h index dff6ac1243c..6c5d77ea897 100644 --- a/include/zephyr/fs/littlefs.h +++ b/include/zephyr/fs/littlefs.h @@ -8,8 +8,8 @@ #define ZEPHYR_INCLUDE_FS_LITTLEFS_H_ #include -#include -#include +#include +#include #include diff --git a/include/zephyr/fs/nvs.h b/include/zephyr/fs/nvs.h index b4bed4e266a..bf8b97cb7c8 100644 --- a/include/zephyr/fs/nvs.h +++ b/include/zephyr/fs/nvs.h @@ -8,9 +8,9 @@ #define ZEPHYR_INCLUDE_FS_NVS_H_ #include -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/init.h b/include/zephyr/init.h index 96352ffaaa1..0f9c452220f 100644 --- a/include/zephyr/init.h +++ b/include/zephyr/init.h @@ -7,8 +7,8 @@ #ifndef ZEPHYR_INCLUDE_INIT_H_ #define ZEPHYR_INCLUDE_INIT_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/ipc/ipc_rpmsg.h b/include/zephyr/ipc/ipc_rpmsg.h index cc46a4ba788..6f1f4e13e3f 100644 --- a/include/zephyr/ipc/ipc_rpmsg.h +++ b/include/zephyr/ipc/ipc_rpmsg.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_IPC_SERVICE_IPC_RPMSG_H_ #define ZEPHYR_INCLUDE_IPC_SERVICE_IPC_RPMSG_H_ -#include +#include #include #include diff --git a/include/zephyr/ipc/ipc_service_backend.h b/include/zephyr/ipc/ipc_service_backend.h index 156d3312a34..4e2c6a0d9d1 100644 --- a/include/zephyr/ipc/ipc_service_backend.h +++ b/include/zephyr/ipc/ipc_service_backend.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_IPC_SERVICE_IPC_SERVICE_BACKEND_H_ #define ZEPHYR_INCLUDE_IPC_SERVICE_IPC_SERVICE_BACKEND_H_ -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/ipc/ipc_static_vrings.h b/include/zephyr/ipc/ipc_static_vrings.h index ff6678d8ca1..7ed21d7151c 100644 --- a/include/zephyr/ipc/ipc_static_vrings.h +++ b/include/zephyr/ipc/ipc_static_vrings.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_IPC_SERVICE_IPC_STATIC_VRINGS_H_ #define ZEPHYR_INCLUDE_IPC_SERVICE_IPC_STATIC_VRINGS_H_ -#include +#include #include #include diff --git a/include/zephyr/irq.h b/include/zephyr/irq.h index 6e285d10778..04f5caf6fd3 100644 --- a/include/zephyr/irq.h +++ b/include/zephyr/irq.h @@ -12,10 +12,10 @@ #define ZEPHYR_INCLUDE_IRQ_H_ /* Pull in the arch-specific implementations */ -#include +#include #ifndef _ASMLANGUAGE -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/kernel.h b/include/zephyr/kernel.h index db5b3cd4d6d..7c8a5abfa12 100644 --- a/include/zephyr/kernel.h +++ b/include/zephyr/kernel.h @@ -14,12 +14,12 @@ #define ZEPHYR_INCLUDE_KERNEL_H_ #if !defined(_ASMLANGUAGE) -#include +#include #include #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { @@ -5935,7 +5935,7 @@ extern void k_sys_runtime_stats_disable(void); } #endif -#include +#include #include #endif /* !_ASMLANGUAGE */ diff --git a/include/zephyr/kernel/sched_priq.h b/include/zephyr/kernel/sched_priq.h index 03eea7e503d..62b0984b77f 100644 --- a/include/zephyr/kernel/sched_priq.h +++ b/include/zephyr/kernel/sched_priq.h @@ -6,9 +6,9 @@ #ifndef ZEPHYR_INCLUDE_SCHED_PRIQ_H_ #define ZEPHYR_INCLUDE_SCHED_PRIQ_H_ -#include -#include -#include +#include +#include +#include /* Two abstractions are defined here for "thread priority queues". * diff --git a/include/zephyr/kernel/thread.h b/include/zephyr/kernel/thread.h index 27de6f744c1..05a27ea6e28 100644 --- a/include/zephyr/kernel/thread.h +++ b/include/zephyr/kernel/thread.h @@ -8,10 +8,10 @@ #define ZEPHYR_INCLUDE_KERNEL_THREAD_H_ #ifdef CONFIG_DEMAND_PAGING_THREAD_STATS -#include +#include #endif -#include +#include /** * @typedef k_thread_entry_t diff --git a/include/zephyr/kernel/thread_stack.h b/include/zephyr/kernel/thread_stack.h index bf9887ab2fd..513669c13a6 100644 --- a/include/zephyr/kernel/thread_stack.h +++ b/include/zephyr/kernel/thread_stack.h @@ -22,8 +22,8 @@ #define ZEPHYR_INCLUDE_SYS_THREAD_STACK_H #if !defined(_ASMLANGUAGE) -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/kernel_includes.h b/include/zephyr/kernel_includes.h index f57f6182b76..4e19fa1bd96 100644 --- a/include/zephyr/kernel_includes.h +++ b/include/zephyr/kernel_includes.h @@ -16,29 +16,29 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */ diff --git a/include/zephyr/kernel_structs.h b/include/zephyr/kernel_structs.h index cd2e13689bc..0c7a8606ad9 100644 --- a/include/zephyr/kernel_structs.h +++ b/include/zephyr/kernel_structs.h @@ -21,14 +21,14 @@ #define ZEPHYR_KERNEL_INCLUDE_KERNEL_STRUCTS_H_ #if !defined(_ASMLANGUAGE) -#include +#include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #endif #ifdef __cplusplus diff --git a/include/zephyr/linker/linker-defs.h b/include/zephyr/linker/linker-defs.h index 8a526dcc1b9..fb23ee85c9b 100644 --- a/include/zephyr/linker/linker-defs.h +++ b/include/zephyr/linker/linker-defs.h @@ -19,10 +19,10 @@ #ifndef ZEPHYR_INCLUDE_LINKER_LINKER_DEFS_H_ #define ZEPHYR_INCLUDE_LINKER_LINKER_DEFS_H_ -#include -#include -#include -#include +#include +#include +#include +#include #include /* We need to dummy out DT_NODE_HAS_STATUS when building the unittests. @@ -33,7 +33,7 @@ #ifdef ZTEST_UNITTEST #define DT_NODE_HAS_STATUS(node, status) 0 #else -#include +#include #include #endif diff --git a/include/zephyr/linker/linker-tool-gcc.h b/include/zephyr/linker/linker-tool-gcc.h index c7018ab0f07..69e5fa35530 100644 --- a/include/zephyr/linker/linker-tool-gcc.h +++ b/include/zephyr/linker/linker-tool-gcc.h @@ -15,7 +15,7 @@ #ifndef ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_GCC_H_ #define ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_GCC_H_ -#include +#include #if defined(CONFIG_ARM) #if defined(CONFIG_BIG_ENDIAN) diff --git a/include/zephyr/linker/linker-tool.h b/include/zephyr/linker/linker-tool.h index 352cc5f60e0..e5bab2d92aa 100644 --- a/include/zephyr/linker/linker-tool.h +++ b/include/zephyr/linker/linker-tool.h @@ -17,9 +17,9 @@ #if defined(_LINKER) #if defined(__GCC_LINKER_CMD__) -#include +#include #elif defined(__MWDT_LINKER_CMD__) -#include +#include #else #error "Unknown toolchain" #endif diff --git a/include/zephyr/linker/section_tags.h b/include/zephyr/linker/section_tags.h index 12b1378f872..6670f8d8c35 100644 --- a/include/zephyr/linker/section_tags.h +++ b/include/zephyr/linker/section_tags.h @@ -9,7 +9,7 @@ #ifndef ZEPHYR_INCLUDE_LINKER_SECTION_TAGS_H_ #define ZEPHYR_INCLUDE_LINKER_SECTION_TAGS_H_ -#include +#include #if !defined(_ASMLANGUAGE) diff --git a/include/zephyr/linker/sections.h b/include/zephyr/linker/sections.h index 0bab1b8a595..ff6dae15dcc 100644 --- a/include/zephyr/linker/sections.h +++ b/include/zephyr/linker/sections.h @@ -129,6 +129,6 @@ #endif /* _ASMLANGUAGE */ -#include +#include #endif /* ZEPHYR_INCLUDE_LINKER_SECTIONS_H_ */ diff --git a/include/zephyr/logging/log.h b/include/zephyr/logging/log.h index 1f5a1418038..4dc84f960c7 100644 --- a/include/zephyr/logging/log.h +++ b/include/zephyr/logging/log.h @@ -7,8 +7,8 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/logging/log_backend.h b/include/zephyr/logging/log_backend.h index 1084efe4b76..64673dcc356 100644 --- a/include/zephyr/logging/log_backend.h +++ b/include/zephyr/logging/log_backend.h @@ -6,12 +6,12 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_H_ -#include -#include +#include +#include #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/logging/log_backend_std.h b/include/zephyr/logging/log_backend_std.h index 8bca75399c5..125ca90ffcd 100644 --- a/include/zephyr/logging/log_backend_std.h +++ b/include/zephyr/logging/log_backend_std.h @@ -6,9 +6,9 @@ #ifndef ZEPHYR_LOG_BACKEND_STD_H_ #define ZEPHYR_LOG_BACKEND_STD_H_ -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/logging/log_core.h b/include/zephyr/logging/log_core.h index 23c9ffc87b9..98f6e28164d 100644 --- a/include/zephyr/logging/log_core.h +++ b/include/zephyr/logging/log_core.h @@ -6,14 +6,14 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_ -#include -#include -#include +#include +#include +#include #include #include #include -#include -#include +#include +#include /* This header file keeps all macros and functions needed for creating logging * messages (macros like @ref LOG_ERR). diff --git a/include/zephyr/logging/log_ctrl.h b/include/zephyr/logging/log_ctrl.h index e446de2ee80..31b5f125869 100644 --- a/include/zephyr/logging/log_ctrl.h +++ b/include/zephyr/logging/log_ctrl.h @@ -6,10 +6,10 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_CTRL_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_CTRL_H_ -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/logging/log_frontend.h b/include/zephyr/logging/log_frontend.h index 94009ee31f7..d21e1707cba 100644 --- a/include/zephyr/logging/log_frontend.h +++ b/include/zephyr/logging/log_frontend.h @@ -6,7 +6,7 @@ #ifndef LOG_FRONTEND_H_ #define LOG_FRONTEND_H_ -#include +#include /** @brief Initialize frontend. */ diff --git a/include/zephyr/logging/log_internal.h b/include/zephyr/logging/log_internal.h index 14203065cd7..ec4315ab906 100644 --- a/include/zephyr/logging/log_internal.h +++ b/include/zephyr/logging/log_internal.h @@ -7,8 +7,8 @@ #define ZEPHYR_INCLUDE_LOGGING_LOG_INTERNAL_H_ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/logging/log_msg.h b/include/zephyr/logging/log_msg.h index eab86cc6a4b..d59c304b4b5 100644 --- a/include/zephyr/logging/log_msg.h +++ b/include/zephyr/logging/log_msg.h @@ -6,10 +6,10 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_MSG_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_MSG_H_ -#include -#include +#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/logging/log_msg2.h b/include/zephyr/logging/log_msg2.h index 3ecb60cc522..a1bed6134e8 100644 --- a/include/zephyr/logging/log_msg2.h +++ b/include/zephyr/logging/log_msg2.h @@ -6,13 +6,13 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_MSG2_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_MSG2_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include -#include +#include #ifdef __GNUC__ #ifndef alloca diff --git a/include/zephyr/logging/log_output.h b/include/zephyr/logging/log_output.h index 551143798be..889f2818f8d 100644 --- a/include/zephyr/logging/log_output.h +++ b/include/zephyr/logging/log_output.h @@ -6,10 +6,10 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_H_ -#include -#include +#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/logging/log_output_dict.h b/include/zephyr/logging/log_output_dict.h index 4467b7b85d7..3ca52e5e393 100644 --- a/include/zephyr/logging/log_output_dict.h +++ b/include/zephyr/logging/log_output_dict.h @@ -7,11 +7,11 @@ #ifndef ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_DICT_H_ #define ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_DICT_H_ -#include -#include +#include +#include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/lorawan/lorawan.h b/include/zephyr/lorawan/lorawan.h index e1fdf7607fe..a75a3befafa 100644 --- a/include/zephyr/lorawan/lorawan.h +++ b/include/zephyr/lorawan/lorawan.h @@ -16,7 +16,7 @@ */ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/math/ilog2.h b/include/zephyr/math/ilog2.h index ca258bb53a4..05f08cbca59 100644 --- a/include/zephyr/math/ilog2.h +++ b/include/zephyr/math/ilog2.h @@ -6,9 +6,9 @@ #include -#include -#include -#include +#include +#include +#include /** * @file diff --git a/include/zephyr/mgmt/mcumgr/smp.h b/include/zephyr/mgmt/mcumgr/smp.h index a2f06c94d98..ac41f176a10 100644 --- a/include/zephyr/mgmt/mcumgr/smp.h +++ b/include/zephyr/mgmt/mcumgr/smp.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_MGMT_SMP_H_ #define ZEPHYR_INCLUDE_MGMT_SMP_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/mgmt/mcumgr/zephyr_groups.h b/include/zephyr/mgmt/mcumgr/zephyr_groups.h index 4f7266c86bd..a1760cdddfd 100644 --- a/include/zephyr/mgmt/mcumgr/zephyr_groups.h +++ b/include/zephyr/mgmt/mcumgr/zephyr_groups.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_H_ #define ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/mgmt/osdp.h b/include/zephyr/mgmt/osdp.h index 34f3e4dc9d0..e85a4517422 100644 --- a/include/zephyr/mgmt/osdp.h +++ b/include/zephyr/mgmt/osdp.h @@ -10,7 +10,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/modbus/modbus.h b/include/zephyr/modbus/modbus.h index a936470a5a4..4d36d99a7ca 100644 --- a/include/zephyr/modbus/modbus.h +++ b/include/zephyr/modbus/modbus.h @@ -30,7 +30,7 @@ #ifndef ZEPHYR_INCLUDE_MODBUS_H_ #define ZEPHYR_INCLUDE_MODBUS_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/bt.h b/include/zephyr/net/bt.h index 521959487af..04d9d21967e 100644 --- a/include/zephyr/net/bt.h +++ b/include/zephyr/net/bt.h @@ -12,7 +12,7 @@ #ifndef ZEPHYR_INCLUDE_NET_BT_H_ #define ZEPHYR_INCLUDE_NET_BT_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/buf.h b/include/zephyr/net/buf.h index d35aa4716c1..b5828dd83e2 100644 --- a/include/zephyr/net/buf.h +++ b/include/zephyr/net/buf.h @@ -12,7 +12,7 @@ #include #include -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/net/coap.h b/include/zephyr/net/coap.h index 65578fbb0bf..3a91c599a88 100644 --- a/include/zephyr/net/coap.h +++ b/include/zephyr/net/coap.h @@ -24,9 +24,9 @@ #include #include #include -#include +#include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/dhcpv4.h b/include/zephyr/net/dhcpv4.h index 5c62a471f8e..d2bba5d92ff 100644 --- a/include/zephyr/net/dhcpv4.h +++ b/include/zephyr/net/dhcpv4.h @@ -11,7 +11,7 @@ #ifndef ZEPHYR_INCLUDE_NET_DHCPV4_H_ #define ZEPHYR_INCLUDE_NET_DHCPV4_H_ -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/net/dns_resolve.h b/include/zephyr/net/dns_resolve.h index 4b1b6ace6e5..50e6501a730 100644 --- a/include/zephyr/net/dns_resolve.h +++ b/include/zephyr/net/dns_resolve.h @@ -13,8 +13,8 @@ #ifndef ZEPHYR_INCLUDE_NET_DNS_RESOLVE_H_ #define ZEPHYR_INCLUDE_NET_DNS_RESOLVE_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/dns_sd.h b/include/zephyr/net/dns_sd.h index 3e866d1fd7a..ed797fdd586 100644 --- a/include/zephyr/net/dns_sd.h +++ b/include/zephyr/net/dns_sd.h @@ -12,7 +12,7 @@ #define ZEPHYR_INCLUDE_NET_DNS_SD_H_ #include -#include +#include #ifdef __cplusplus extern "C" { @@ -127,7 +127,7 @@ extern "C" { * * Example (with TXT): * @code{c} - * #include + * #include * static const bar_txt[] = { * "\x06" "path=/" * "\x0f" "this=is the way" @@ -173,8 +173,8 @@ extern "C" { * * Example (no TXT): * @code{c} - * #include - * #include + * #include + * #include * static const foo_port = sys_cpu_to_be16(4242); * DNS_SD_REGISTER_UDP_SERVICE(foo, CONFIG_NET_HOSTNAME, * "_foo", DNS_SD_EMPTY_TXT, &foo_port); diff --git a/include/zephyr/net/dsa.h b/include/zephyr/net/dsa.h index 8eddf4595f0..755521b1325 100644 --- a/include/zephyr/net/dsa.h +++ b/include/zephyr/net/dsa.h @@ -12,7 +12,7 @@ #define ZEPHYR_INCLUDE_NET_DSA_H_ #include -#include +#include /** * @brief DSA definitions and helpers diff --git a/include/zephyr/net/dummy.h b/include/zephyr/net/dummy.h index 3aeca7b0ebc..d291f93d508 100644 --- a/include/zephyr/net/dummy.h +++ b/include/zephyr/net/dummy.h @@ -8,8 +8,8 @@ #ifndef ZEPHYR_INCLUDE_NET_DUMMY_H_ #define ZEPHYR_INCLUDE_NET_DUMMY_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/ethernet.h b/include/zephyr/net/ethernet.h index 0712729a497..4f3c045e447 100644 --- a/include/zephyr/net/ethernet.h +++ b/include/zephyr/net/ethernet.h @@ -13,29 +13,29 @@ #ifndef ZEPHYR_INCLUDE_NET_ETHERNET_H_ #define ZEPHYR_INCLUDE_NET_ETHERNET_H_ -#include +#include #include #include -#include +#include -#include -#include +#include +#include #if defined(CONFIG_NET_LLDP) -#include +#include #endif -#include -#include -#include -#include +#include +#include +#include +#include #if defined(CONFIG_NET_DSA) -#include +#include #endif #if defined(CONFIG_NET_ETHERNET_BRIDGE) -#include +#include #endif #ifdef __cplusplus diff --git a/include/zephyr/net/ethernet_bridge.h b/include/zephyr/net/ethernet_bridge.h index f92a6b8b70d..043ff7b3943 100644 --- a/include/zephyr/net/ethernet_bridge.h +++ b/include/zephyr/net/ethernet_bridge.h @@ -15,7 +15,7 @@ #ifndef ZEPHYR_INCLUDE_NET_ETHERNET_BRIDGE_H_ #define ZEPHYR_INCLUDE_NET_ETHERNET_BRIDGE_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/ethernet_mgmt.h b/include/zephyr/net/ethernet_mgmt.h index ccab94de8c2..9d95fa7a42e 100644 --- a/include/zephyr/net/ethernet_mgmt.h +++ b/include/zephyr/net/ethernet_mgmt.h @@ -12,8 +12,8 @@ #ifndef ZEPHYR_INCLUDE_NET_ETHERNET_MGMT_H_ #define ZEPHYR_INCLUDE_NET_ETHERNET_MGMT_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/gptp.h b/include/zephyr/net/gptp.h index db411add751..049a94ec99e 100644 --- a/include/zephyr/net/gptp.h +++ b/include/zephyr/net/gptp.h @@ -20,8 +20,8 @@ * @{ */ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/net/http_client.h b/include/zephyr/net/http_client.h index 2c9353ff831..88df9be2fdc 100644 --- a/include/zephyr/net/http_client.h +++ b/include/zephyr/net/http_client.h @@ -20,9 +20,9 @@ * @{ */ -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/http_parser.h b/include/zephyr/net/http_parser.h index e799ad77a96..28a5d8525b5 100644 --- a/include/zephyr/net/http_parser.h +++ b/include/zephyr/net/http_parser.h @@ -45,8 +45,8 @@ typedef unsigned __int64 uint64_t; #include #include #endif -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/http_parser_url.h b/include/zephyr/net/http_parser_url.h index 8f8c7c15426..cba9ddc4462 100644 --- a/include/zephyr/net/http_parser_url.h +++ b/include/zephyr/net/http_parser_url.h @@ -26,7 +26,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/ieee802154.h b/include/zephyr/net/ieee802154.h index b1b201fa8a4..4be2717354d 100644 --- a/include/zephyr/net/ieee802154.h +++ b/include/zephyr/net/ieee802154.h @@ -13,8 +13,8 @@ #define ZEPHYR_INCLUDE_NET_IEEE802154_H_ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/ieee802154_mgmt.h b/include/zephyr/net/ieee802154_mgmt.h index dfae51e0ead..04abb777677 100644 --- a/include/zephyr/net/ieee802154_mgmt.h +++ b/include/zephyr/net/ieee802154_mgmt.h @@ -12,8 +12,8 @@ #ifndef ZEPHYR_INCLUDE_NET_IEEE802154_MGMT_H_ #define ZEPHYR_INCLUDE_NET_IEEE802154_MGMT_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/ieee802154_radio.h b/include/zephyr/net/ieee802154_radio.h index 05bd24c20a9..925ae488d07 100644 --- a/include/zephyr/net/ieee802154_radio.h +++ b/include/zephyr/net/ieee802154_radio.h @@ -13,9 +13,9 @@ #define ZEPHYR_INCLUDE_NET_IEEE802154_RADIO_H_ #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/igmp.h b/include/zephyr/net/igmp.h index 027cfa064dd..7119676f237 100644 --- a/include/zephyr/net/igmp.h +++ b/include/zephyr/net/igmp.h @@ -20,8 +20,8 @@ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/lwm2m.h b/include/zephyr/net/lwm2m.h index 7d5e406897c..8eb6f444121 100644 --- a/include/zephyr/net/lwm2m.h +++ b/include/zephyr/net/lwm2m.h @@ -23,10 +23,10 @@ #ifndef ZEPHYR_INCLUDE_NET_LWM2M_H_ #define ZEPHYR_INCLUDE_NET_LWM2M_H_ -#include -#include -#include -#include +#include +#include +#include +#include /** * @brief LwM2M Objects managed by OMA for LwM2M tech specification. Objects diff --git a/include/zephyr/net/mqtt.h b/include/zephyr/net/mqtt.h index b072b2b01ef..8282092c9e3 100644 --- a/include/zephyr/net/mqtt.h +++ b/include/zephyr/net/mqtt.h @@ -26,10 +26,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_config.h b/include/zephyr/net/net_config.h index cd66902a84e..3a04bedb9d5 100644 --- a/include/zephyr/net/net_config.h +++ b/include/zephyr/net/net_config.h @@ -13,7 +13,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_context.h b/include/zephyr/net/net_context.h index 3ee9ebe7959..c5df5d94e79 100644 --- a/include/zephyr/net/net_context.h +++ b/include/zephyr/net/net_context.h @@ -21,12 +21,12 @@ * @{ */ -#include -#include +#include +#include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_core.h b/include/zephyr/net/net_core.h index 74a61bea594..4f93c797999 100644 --- a/include/zephyr/net/net_core.h +++ b/include/zephyr/net/net_core.h @@ -16,11 +16,11 @@ #include #include -#include -#include -#include +#include +#include +#include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_event.h b/include/zephyr/net/net_event.h index 867dacb4a27..17d3d0b8754 100644 --- a/include/zephyr/net/net_event.h +++ b/include/zephyr/net/net_event.h @@ -12,7 +12,7 @@ #ifndef ZEPHYR_INCLUDE_NET_NET_EVENT_H_ #define ZEPHYR_INCLUDE_NET_NET_EVENT_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_if.h b/include/zephyr/net/net_if.h index f625772b1f9..65b514f5517 100644 --- a/include/zephyr/net/net_if.h +++ b/include/zephyr/net/net_if.h @@ -20,21 +20,21 @@ */ #include -#include +#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include #if defined(CONFIG_NET_DHCPV4) && defined(CONFIG_NET_NATIVE_IPV4) -#include +#include #endif #if defined(CONFIG_NET_IPV4_AUTO) && defined(CONFIG_NET_NATIVE_IPV4) -#include +#include #endif #ifdef __cplusplus diff --git a/include/zephyr/net/net_ip.h b/include/zephyr/net/net_ip.h index 1d0d8d82586..9d2f443ea75 100644 --- a/include/zephyr/net/net_ip.h +++ b/include/zephyr/net/net_ip.h @@ -23,11 +23,11 @@ #include #include #include -#include -#include -#include +#include +#include +#include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_l2.h b/include/zephyr/net/net_l2.h index 3d9733bb5e4..737e5208d96 100644 --- a/include/zephyr/net/net_l2.h +++ b/include/zephyr/net/net_l2.h @@ -13,8 +13,8 @@ #define ZEPHYR_INCLUDE_NET_NET_L2_H_ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_mgmt.h b/include/zephyr/net/net_mgmt.h index 74bf5353e55..8d8710edd26 100644 --- a/include/zephyr/net/net_mgmt.h +++ b/include/zephyr/net/net_mgmt.h @@ -12,9 +12,9 @@ #ifndef ZEPHYR_INCLUDE_NET_NET_MGMT_H_ #define ZEPHYR_INCLUDE_NET_NET_MGMT_H_ -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_offload.h b/include/zephyr/net/net_offload.h index ef55ad5314d..30435127d30 100644 --- a/include/zephyr/net/net_offload.h +++ b/include/zephyr/net/net_offload.h @@ -19,9 +19,9 @@ * @{ */ -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_pkt.h b/include/zephyr/net/net_pkt.h index 5a149147983..219063e9896 100644 --- a/include/zephyr/net/net_pkt.h +++ b/include/zephyr/net/net_pkt.h @@ -19,15 +19,15 @@ #include #include -#include +#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_pkt_filter.h b/include/zephyr/net/net_pkt_filter.h index 1d8c48d5300..73535225300 100644 --- a/include/zephyr/net/net_pkt_filter.h +++ b/include/zephyr/net/net_pkt_filter.h @@ -16,9 +16,9 @@ #include #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_stats.h b/include/zephyr/net/net_stats.h index d537ae137c9..7ef17cfb1ef 100644 --- a/include/zephyr/net/net_stats.h +++ b/include/zephyr/net/net_stats.h @@ -15,8 +15,8 @@ #define ZEPHYR_INCLUDE_NET_NET_STATS_H_ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/net_timeout.h b/include/zephyr/net/net_timeout.h index 7e3e22f2c49..fb40ec93616 100644 --- a/include/zephyr/net/net_timeout.h +++ b/include/zephyr/net/net_timeout.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/openthread.h b/include/zephyr/net/openthread.h index 0199630ce1d..cc81246d80f 100644 --- a/include/zephyr/net/openthread.h +++ b/include/zephyr/net/openthread.h @@ -18,9 +18,9 @@ * @{ */ -#include +#include -#include +#include #include diff --git a/include/zephyr/net/ppp.h b/include/zephyr/net/ppp.h index fc016ebf57f..f073001af33 100644 --- a/include/zephyr/net/ppp.h +++ b/include/zephyr/net/ppp.h @@ -8,10 +8,10 @@ #ifndef ZEPHYR_INCLUDE_NET_PPP_H_ #define ZEPHYR_INCLUDE_NET_PPP_H_ -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/promiscuous.h b/include/zephyr/net/promiscuous.h index 17a4ea89a2b..30d47b2cb0c 100644 --- a/include/zephyr/net/promiscuous.h +++ b/include/zephyr/net/promiscuous.h @@ -21,8 +21,8 @@ * @{ */ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/ptp_time.h b/include/zephyr/net/ptp_time.h index 740416c2ba4..65110bdf6bb 100644 --- a/include/zephyr/net/ptp_time.h +++ b/include/zephyr/net/ptp_time.h @@ -20,8 +20,8 @@ * @{ */ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/sntp.h b/include/zephyr/net/sntp.h index 8b37e614c54..c069c6e777d 100644 --- a/include/zephyr/net/sntp.h +++ b/include/zephyr/net/sntp.h @@ -9,11 +9,11 @@ #define ZEPHYR_INCLUDE_NET_SNTP_H_ #ifdef CONFIG_NET_SOCKETS_POSIX_NAMES -#include +#include #else -#include -#include -#include +#include +#include +#include #endif #ifdef __cplusplus diff --git a/include/zephyr/net/socket.h b/include/zephyr/net/socket.h index cc425c9cf56..9ad8c6425d1 100644 --- a/include/zephyr/net/socket.h +++ b/include/zephyr/net/socket.h @@ -24,9 +24,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/net/socket_can.h b/include/zephyr/net/socket_can.h index cb86721e552..5e4b851e185 100644 --- a/include/zephyr/net/socket_can.h +++ b/include/zephyr/net/socket_can.h @@ -14,9 +14,9 @@ #define ZEPHYR_INCLUDE_NET_SOCKET_CAN_H_ #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/socket_net_mgmt.h b/include/zephyr/net/socket_net_mgmt.h index 9d83106f05e..c2c07a93b15 100644 --- a/include/zephyr/net/socket_net_mgmt.h +++ b/include/zephyr/net/socket_net_mgmt.h @@ -14,9 +14,9 @@ #define ZEPHYR_INCLUDE_NET_SOCKET_NET_MGMT_H_ #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/socket_offload.h b/include/zephyr/net/socket_offload.h index 39da2bd71b6..d0f2d29cfe4 100644 --- a/include/zephyr/net/socket_offload.h +++ b/include/zephyr/net/socket_offload.h @@ -12,8 +12,8 @@ #ifndef ZEPHYR_INCLUDE_NET_SOCKET_OFFLOAD_H_ #define ZEPHYR_INCLUDE_NET_SOCKET_OFFLOAD_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/socket_select.h b/include/zephyr/net/socket_select.h index ea44edf66b7..57530b325fe 100644 --- a/include/zephyr/net/socket_select.h +++ b/include/zephyr/net/socket_select.h @@ -14,8 +14,8 @@ * @{ */ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/socketutils.h b/include/zephyr/net/socketutils.h index 699c47241b9..527d5d1a45d 100644 --- a/include/zephyr/net/socketutils.h +++ b/include/zephyr/net/socketutils.h @@ -5,9 +5,9 @@ */ #ifdef CONFIG_NET_SOCKETS_POSIX_NAMES -#include +#include #else -#include +#include #endif /** diff --git a/include/zephyr/net/tftp.h b/include/zephyr/net/tftp.h index 647f3cc1dbf..36b0c689faf 100644 --- a/include/zephyr/net/tftp.h +++ b/include/zephyr/net/tftp.h @@ -13,7 +13,7 @@ #define ZEPHYR_INCLUDE_NET_TFTP_H_ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/trickle.h b/include/zephyr/net/trickle.h index 430612db1c3..fa0577dcc33 100644 --- a/include/zephyr/net/trickle.h +++ b/include/zephyr/net/trickle.h @@ -16,8 +16,8 @@ #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/udp.h b/include/zephyr/net/udp.h index a5e888004af..80277e484c2 100644 --- a/include/zephyr/net/udp.h +++ b/include/zephyr/net/udp.h @@ -13,9 +13,9 @@ #include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/virtual.h b/include/zephyr/net/virtual.h index 9e2b92f5005..d25a3134ec4 100644 --- a/include/zephyr/net/virtual.h +++ b/include/zephyr/net/virtual.h @@ -11,16 +11,16 @@ #ifndef ZEPHYR_INCLUDE_NET_VIRTUAL_H_ #define ZEPHYR_INCLUDE_NET_VIRTUAL_H_ -#include +#include #include #include -#include +#include -#include -#include +#include +#include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/virtual_mgmt.h b/include/zephyr/net/virtual_mgmt.h index a173fb12381..8dd992bdc08 100644 --- a/include/zephyr/net/virtual_mgmt.h +++ b/include/zephyr/net/virtual_mgmt.h @@ -12,8 +12,8 @@ #ifndef ZEPHYR_INCLUDE_NET_VIRTUAL_MGMT_H_ #define ZEPHYR_INCLUDE_NET_VIRTUAL_MGMT_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/websocket.h b/include/zephyr/net/websocket.h index bb3f0c5b1c5..ee45dcdce49 100644 --- a/include/zephyr/net/websocket.h +++ b/include/zephyr/net/websocket.h @@ -13,11 +13,11 @@ #ifndef ZEPHYR_INCLUDE_NET_WEBSOCKET_H_ #define ZEPHYR_INCLUDE_NET_WEBSOCKET_H_ -#include +#include -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/net/wifi_mgmt.h b/include/zephyr/net/wifi_mgmt.h index ad54e009c09..3ce74459156 100644 --- a/include/zephyr/net/wifi_mgmt.h +++ b/include/zephyr/net/wifi_mgmt.h @@ -12,8 +12,8 @@ #ifndef ZEPHYR_INCLUDE_NET_WIFI_MGMT_H_ #define ZEPHYR_INCLUDE_NET_WIFI_MGMT_H_ -#include -#include +#include +#include #ifdef __cplusplus extern "C" { @@ -111,7 +111,7 @@ struct wifi_status { int status; }; -#include +#include typedef void (*scan_result_cb_t)(struct net_if *iface, int status, struct wifi_scan_result *entry); diff --git a/include/zephyr/pm/device.h b/include/zephyr/pm/device.h index 6837b747383..0aaed82096a 100644 --- a/include/zephyr/pm/device.h +++ b/include/zephyr/pm/device.h @@ -8,8 +8,8 @@ #define ZEPHYR_INCLUDE_PM_DEVICE_H_ #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/pm/pm.h b/include/zephyr/pm/pm.h index 0b039c3f9bb..4782e4ce2f0 100644 --- a/include/zephyr/pm/pm.h +++ b/include/zephyr/pm/pm.h @@ -8,9 +8,9 @@ #define ZEPHYR_INCLUDE_PM_PM_H_ #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/include/zephyr/pm/policy.h b/include/zephyr/pm/policy.h index f96a20792df..d9d8a446f8c 100644 --- a/include/zephyr/pm/policy.h +++ b/include/zephyr/pm/policy.h @@ -10,8 +10,8 @@ #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/pm/state.h b/include/zephyr/pm/state.h index c664b1e7798..1f5fd217ed5 100644 --- a/include/zephyr/pm/state.h +++ b/include/zephyr/pm/state.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_PM_STATE_H_ #define ZEPHYR_INCLUDE_PM_STATE_H_ -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/portability/cmsis_os.h b/include/zephyr/portability/cmsis_os.h index f0c3dd51805..7ca70d5e2ac 100644 --- a/include/zephyr/portability/cmsis_os.h +++ b/include/zephyr/portability/cmsis_os.h @@ -66,8 +66,8 @@ #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" diff --git a/include/zephyr/posix/arpa/inet.h b/include/zephyr/posix/arpa/inet.h index 811814f26f2..4ae926c0a4e 100644 --- a/include/zephyr/posix/arpa/inet.h +++ b/include/zephyr/posix/arpa/inet.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_POSIX_ARPA_INET_H_ #define ZEPHYR_INCLUDE_POSIX_ARPA_INET_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/posix/dirent.h b/include/zephyr/posix/dirent.h index 08449942435..31c2a2cee4c 100644 --- a/include/zephyr/posix/dirent.h +++ b/include/zephyr/posix/dirent.h @@ -10,7 +10,7 @@ #include "posix_types.h" #ifdef CONFIG_POSIX_FS -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/posix/mqueue.h b/include/zephyr/posix/mqueue.h index 44c97932905..ed42bee8811 100644 --- a/include/zephyr/posix/mqueue.h +++ b/include/zephyr/posix/mqueue.h @@ -7,8 +7,8 @@ #ifndef ZEPHYR_INCLUDE_POSIX_MQUEUE_H_ #define ZEPHYR_INCLUDE_POSIX_MQUEUE_H_ -#include -#include +#include +#include #include #include "posix_types.h" #include "sys/stat.h" diff --git a/include/zephyr/posix/net/if.h b/include/zephyr/posix/net/if.h index 9c52cbc7743..67d42800225 100644 --- a/include/zephyr/posix/net/if.h +++ b/include/zephyr/posix/net/if.h @@ -6,6 +6,6 @@ #ifndef ZEPHYR_INCLUDE_POSIX_NET_IF_H_ #define ZEPHYR_INCLUDE_POSIX_NET_IF_H_ -#include +#include #endif /* ZEPHYR_INCLUDE_POSIX_NET_IF_H_ */ diff --git a/include/zephyr/posix/netdb.h b/include/zephyr/posix/netdb.h index 94a09d4dbf4..90637de24af 100644 --- a/include/zephyr/posix/netdb.h +++ b/include/zephyr/posix/netdb.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_POSIX_NETDB_H_ #define ZEPHYR_INCLUDE_POSIX_NETDB_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/posix/netinet/in.h b/include/zephyr/posix/netinet/in.h index e3610db4a5f..17933c06d02 100644 --- a/include/zephyr/posix/netinet/in.h +++ b/include/zephyr/posix/netinet/in.h @@ -6,6 +6,6 @@ #ifndef ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_ #define ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_ -#include +#include #endif /* ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_ */ diff --git a/include/zephyr/posix/netinet/tcp.h b/include/zephyr/posix/netinet/tcp.h index 5f9d6346f29..a5f50ab7412 100644 --- a/include/zephyr/posix/netinet/tcp.h +++ b/include/zephyr/posix/netinet/tcp.h @@ -6,6 +6,6 @@ #ifndef ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_ #define ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_ -#include +#include #endif /* ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_ */ diff --git a/include/zephyr/posix/poll.h b/include/zephyr/posix/poll.h index 713778ae78c..4dae5723531 100644 --- a/include/zephyr/posix/poll.h +++ b/include/zephyr/posix/poll.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_POSIX_POLL_H_ #define ZEPHYR_INCLUDE_POSIX_POLL_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/posix/posix_types.h b/include/zephyr/posix/posix_types.h index 7751daf8c40..5b7aec50c4b 100644 --- a/include/zephyr/posix/posix_types.h +++ b/include/zephyr/posix/posix_types.h @@ -11,7 +11,7 @@ #include #endif -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/posix/pthread.h b/include/zephyr/posix/pthread.h index bcf0b4ffec8..0e44c0d77f6 100644 --- a/include/zephyr/posix/pthread.h +++ b/include/zephyr/posix/pthread.h @@ -7,13 +7,13 @@ #ifndef ZEPHYR_INCLUDE_POSIX_PTHREAD_H_ #define ZEPHYR_INCLUDE_POSIX_PTHREAD_H_ -#include -#include -#include -#include +#include +#include +#include +#include #include "posix_types.h" #include "posix_sched.h" -#include +#include #include #include diff --git a/include/zephyr/posix/pthread_key.h b/include/zephyr/posix/pthread_key.h index a7906217f9f..179ebda9e9d 100644 --- a/include/zephyr/posix/pthread_key.h +++ b/include/zephyr/posix/pthread_key.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_POSIX_PTHREAD_KEY_H_ #ifdef CONFIG_PTHREAD_IPC -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/posix/semaphore.h b/include/zephyr/posix/semaphore.h index e4f5f8ce665..943218ee08e 100644 --- a/include/zephyr/posix/semaphore.h +++ b/include/zephyr/posix/semaphore.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_POSIX_SEMAPHORE_H_ #define ZEPHYR_INCLUDE_POSIX_SEMAPHORE_H_ -#include +#include #include "posix_types.h" #ifdef __cplusplus diff --git a/include/zephyr/posix/sys/eventfd.h b/include/zephyr/posix/sys/eventfd.h index 6d5f3db3350..4d6d4dc33ca 100644 --- a/include/zephyr/posix/sys/eventfd.h +++ b/include/zephyr/posix/sys/eventfd.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_POSIX_SYS_EVENTFD_H_ #include -#include +#include #include #include diff --git a/include/zephyr/posix/sys/select.h b/include/zephyr/posix/sys/select.h index 621e42561e7..b195c468e77 100644 --- a/include/zephyr/posix/sys/select.h +++ b/include/zephyr/posix/sys/select.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_POSIX_SYS_SELECT_H_ #define ZEPHYR_INCLUDE_POSIX_SYS_SELECT_H_ -#include +#include #include #define fd_set zsock_fd_set diff --git a/include/zephyr/posix/sys/socket.h b/include/zephyr/posix/sys/socket.h index 222ef277773..4a5979857fc 100644 --- a/include/zephyr/posix/sys/socket.h +++ b/include/zephyr/posix/sys/socket.h @@ -7,7 +7,7 @@ #define ZEPHYR_INCLUDE_POSIX_SYS_SOCKET_H_ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/posix/time.h b/include/zephyr/posix/time.h index ae89739526a..43b505981e5 100644 --- a/include/zephyr/posix/time.h +++ b/include/zephyr/posix/time.h @@ -56,10 +56,10 @@ struct itimerspec { # endif #endif /* CONFIG_NEWLIB_LIBC */ -#include +#include #include #include "posix_types.h" -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/posix/unistd.h b/include/zephyr/posix/unistd.h index e9c955c5bf0..e58554c545b 100644 --- a/include/zephyr/posix/unistd.h +++ b/include/zephyr/posix/unistd.h @@ -14,7 +14,7 @@ #endif #ifdef CONFIG_POSIX_API -#include +#include #endif #ifdef __cplusplus diff --git a/include/zephyr/random/rand32.h b/include/zephyr/random/rand32.h index 5daa68cb7e2..4bf39fe45de 100644 --- a/include/zephyr/random/rand32.h +++ b/include/zephyr/random/rand32.h @@ -22,7 +22,7 @@ #include #include -#include +#include /** * @brief Random Function APIs diff --git a/include/zephyr/settings/settings.h b/include/zephyr/settings/settings.h index a04483820ac..628bb65db69 100644 --- a/include/zephyr/settings/settings.h +++ b/include/zephyr/settings/settings.h @@ -9,8 +9,8 @@ #define ZEPHYR_INCLUDE_SETTINGS_SETTINGS_H_ #include -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/shell/shell.h b/include/zephyr/shell/shell.h index 4ce95b58945..4771c62242e 100644 --- a/include/zephyr/shell/shell.h +++ b/include/zephyr/shell/shell.h @@ -8,14 +8,14 @@ #define SHELL_H__ #include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #if defined CONFIG_SHELL_GETOPT #include diff --git a/include/zephyr/shell/shell_dummy.h b/include/zephyr/shell/shell_dummy.h index 7d970121099..b9316a644e6 100644 --- a/include/zephyr/shell/shell_dummy.h +++ b/include/zephyr/shell/shell_dummy.h @@ -9,7 +9,7 @@ #ifndef SHELL_DUMMY_H__ #define SHELL_DUMMY_H__ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/shell/shell_history.h b/include/zephyr/shell/shell_history.h index 3acec60a890..a8bb6c84fb9 100644 --- a/include/zephyr/shell/shell_history.h +++ b/include/zephyr/shell/shell_history.h @@ -8,9 +8,9 @@ #define SHELL_HISTORY_H__ #include -#include -#include -#include +#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/shell/shell_log_backend.h b/include/zephyr/shell/shell_log_backend.h index ecffd484846..4ef37b08f6c 100644 --- a/include/zephyr/shell/shell_log_backend.h +++ b/include/zephyr/shell/shell_log_backend.h @@ -8,10 +8,10 @@ #define SHELL_LOG_BACKEND_H__ #include -#include -#include -#include -#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { #endif diff --git a/include/zephyr/shell/shell_mqtt.h b/include/zephyr/shell/shell_mqtt.h index 82ed70e537a..9671df6a003 100644 --- a/include/zephyr/shell/shell_mqtt.h +++ b/include/zephyr/shell/shell_mqtt.h @@ -8,13 +8,13 @@ #define SHELL_MQTT_H__ #include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/shell/shell_rtt.h b/include/zephyr/shell/shell_rtt.h index e8924f061e6..ab1e60d922b 100644 --- a/include/zephyr/shell/shell_rtt.h +++ b/include/zephyr/shell/shell_rtt.h @@ -7,7 +7,7 @@ #ifndef SHELL_RTT_H__ #define SHELL_RTT_H__ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/shell/shell_telnet.h b/include/zephyr/shell/shell_telnet.h index b1a1189b017..6d4567b6a7c 100644 --- a/include/zephyr/shell/shell_telnet.h +++ b/include/zephyr/shell/shell_telnet.h @@ -7,7 +7,7 @@ #ifndef SHELL_TELNET_H__ #define SHELL_TELNET_H__ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/shell/shell_uart.h b/include/zephyr/shell/shell_uart.h index c05b84e154a..c28e8834787 100644 --- a/include/zephyr/shell/shell_uart.h +++ b/include/zephyr/shell/shell_uart.h @@ -7,9 +7,9 @@ #ifndef SHELL_UART_H__ #define SHELL_UART_H__ -#include -#include -#include +#include +#include +#include #include "mgmt/mcumgr/smp_shell.h" #ifdef __cplusplus diff --git a/include/zephyr/spinlock.h b/include/zephyr/spinlock.h index 17a108a1209..d847a44f85f 100644 --- a/include/zephyr/spinlock.h +++ b/include/zephyr/spinlock.h @@ -12,10 +12,10 @@ #ifndef ZEPHYR_INCLUDE_SPINLOCK_H_ #define ZEPHYR_INCLUDE_SPINLOCK_H_ -#include -#include +#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/storage/disk_access.h b/include/zephyr/storage/disk_access.h index 35d4734a932..ac251828bc2 100644 --- a/include/zephyr/storage/disk_access.h +++ b/include/zephyr/storage/disk_access.h @@ -20,7 +20,7 @@ * @{ */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/storage/stream_flash.h b/include/zephyr/storage/stream_flash.h index 1a928fa3119..20ef83773a7 100644 --- a/include/zephyr/storage/stream_flash.h +++ b/include/zephyr/storage/stream_flash.h @@ -21,7 +21,7 @@ */ #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sw_isr_table.h b/include/zephyr/sw_isr_table.h index 8204ffc8722..c2b20c5e33c 100644 --- a/include/zephyr/sw_isr_table.h +++ b/include/zephyr/sw_isr_table.h @@ -16,7 +16,7 @@ #if !defined(_ASMLANGUAGE) #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/__assert.h b/include/zephyr/sys/__assert.h index d069de24ff0..59a248ec8c5 100644 --- a/include/zephyr/sys/__assert.h +++ b/include/zephyr/sys/__assert.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_SYS___ASSERT_H_ #include -#include +#include #ifdef CONFIG_ASSERT #ifndef __ASSERT_ON diff --git a/include/zephyr/sys/arch_interface.h b/include/zephyr/sys/arch_interface.h index cc22f9d7eb3..0422801c2a4 100644 --- a/include/zephyr/sys/arch_interface.h +++ b/include/zephyr/sys/arch_interface.h @@ -27,11 +27,11 @@ #define ZEPHYR_INCLUDE_SYS_ARCH_INTERFACE_H_ #ifndef _ASMLANGUAGE -#include +#include #include #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { @@ -1077,7 +1077,7 @@ size_t arch_icache_line_size_get(void); /** @} */ #ifdef CONFIG_TIMING_FUNCTIONS -#include +#include /** * @ingroup arch-timing @@ -1219,7 +1219,7 @@ bool arch_pcie_msi_vector_connect(msi_vector_t *vector, } #endif /* __cplusplus */ -#include +#include #endif /* _ASMLANGUAGE */ diff --git a/include/zephyr/sys/atomic.h b/include/zephyr/sys/atomic.h index 0cb6bdb249f..85da71be360 100644 --- a/include/zephyr/sys/atomic.h +++ b/include/zephyr/sys/atomic.h @@ -9,11 +9,11 @@ #define ZEPHYR_INCLUDE_SYS_ATOMIC_H_ #include -#include +#include #include #include -#include +#include #ifdef __cplusplus extern "C" { @@ -28,7 +28,7 @@ typedef atomic_ptr_t atomic_ptr_val_t; #if defined(CONFIG_ATOMIC_OPERATIONS_C) /* Generic-but-slow implementation based on kernel locking and syscalls */ -#include +#include #elif defined(CONFIG_ATOMIC_OPERATIONS_ARCH) /* Some architectures need their own implementation */ # ifdef CONFIG_XTENSA @@ -40,7 +40,7 @@ typedef atomic_ptr_t atomic_ptr_val_t; # endif /* CONFIG_XTENSA */ #else /* Default. See this file for the Doxygen reference: */ -#include +#include #endif /* Portable higher-level utilities: */ diff --git a/include/zephyr/sys/bitarray.h b/include/zephyr/sys/bitarray.h index e407a3633de..79514f79638 100644 --- a/include/zephyr/sys/bitarray.h +++ b/include/zephyr/sys/bitarray.h @@ -14,7 +14,7 @@ extern "C" { #include #include -#include +#include struct sys_bitarray { /* Number of bits */ diff --git a/include/zephyr/sys/byteorder.h b/include/zephyr/sys/byteorder.h index e1ee66aa498..2ce0dadfdc5 100644 --- a/include/zephyr/sys/byteorder.h +++ b/include/zephyr/sys/byteorder.h @@ -13,8 +13,8 @@ #include #include -#include -#include +#include +#include /* Internal helpers only used by the sys_* APIs further below */ #define __bswap_16(x) ((uint16_t) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8))) diff --git a/include/zephyr/sys/cbprintf.h b/include/zephyr/sys/cbprintf.h index 4678369e61e..0dcd06dad30 100644 --- a/include/zephyr/sys/cbprintf.h +++ b/include/zephyr/sys/cbprintf.h @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #ifdef CONFIG_CBPRINTF_LIBC_SUBSTS @@ -31,7 +31,7 @@ #endif /* Z_C_GENERIC is used there */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/cbprintf_internal.h b/include/zephyr/sys/cbprintf_internal.h index d25d31ceedd..d0f436f449c 100644 --- a/include/zephyr/sys/cbprintf_internal.h +++ b/include/zephyr/sys/cbprintf_internal.h @@ -11,9 +11,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include /* * Special alignment cases @@ -52,7 +52,7 @@ static inline void z_cbprintf_wcpy(int *dst, int *src, size_t len) } } -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/check.h b/include/zephyr/sys/check.h index d0aa6a28dc2..1651dfa3968 100644 --- a/include/zephyr/sys/check.h +++ b/include/zephyr/sys/check.h @@ -8,7 +8,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_CHECK_H_ #define ZEPHYR_INCLUDE_SYS_CHECK_H_ -#include +#include #if defined(CONFIG_ASSERT_ON_ERRORS) #define CHECKIF(expr) \ diff --git a/include/zephyr/sys/device_mmio.h b/include/zephyr/sys/device_mmio.h index 5599e1f3d2b..5052611e256 100644 --- a/include/zephyr/sys/device_mmio.h +++ b/include/zephyr/sys/device_mmio.h @@ -15,8 +15,8 @@ #ifndef ZEPHYR_INCLUDE_SYS_DEVICE_MMIO_H #define ZEPHYR_INCLUDE_SYS_DEVICE_MMIO_H -#include -#include +#include +#include /** * @defgroup device-mmio Device memory-mapped IO management @@ -40,8 +40,8 @@ #ifndef _ASMLANGUAGE #include #include -#include -#include +#include +#include #ifdef DEVICE_MMIO_IS_IN_RAM /* Store the physical address and size from DTS, we'll memory diff --git a/include/zephyr/sys/dlist.h b/include/zephyr/sys/dlist.h index 50e9f5cf4e9..305ac588bea 100644 --- a/include/zephyr/sys/dlist.h +++ b/include/zephyr/sys/dlist.h @@ -22,7 +22,7 @@ #include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/errno_private.h b/include/zephyr/sys/errno_private.h index f1c1bff4cb0..e1c89349d16 100644 --- a/include/zephyr/sys/errno_private.h +++ b/include/zephyr/sys/errno_private.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_ERRNO_PRIVATE_H_ #define ZEPHYR_INCLUDE_SYS_ERRNO_PRIVATE_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/fdtable.h b/include/zephyr/sys/fdtable.h index 62e1e15fc5e..9e8e0c87955 100644 --- a/include/zephyr/sys/fdtable.h +++ b/include/zephyr/sys/fdtable.h @@ -9,7 +9,7 @@ #include #include /* FIXME: For native_posix ssize_t, off_t. */ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/heap_listener.h b/include/zephyr/sys/heap_listener.h index b8badd9f654..584ed00abba 100644 --- a/include/zephyr/sys/heap_listener.h +++ b/include/zephyr/sys/heap_listener.h @@ -8,8 +8,8 @@ #define ZEPHYR_INCLUDE_SYS_HEAP_LISTENER_H #include -#include -#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/libc-hooks.h b/include/zephyr/sys/libc-hooks.h index afa3554ed87..2bb8cef3146 100644 --- a/include/zephyr/sys/libc-hooks.h +++ b/include/zephyr/sys/libc-hooks.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_LIBC_HOOKS_H_ #define ZEPHYR_INCLUDE_SYS_LIBC_HOOKS_H_ -#include +#include #include #include diff --git a/include/zephyr/sys/list_gen.h b/include/zephyr/sys/list_gen.h index f51064c5838..6029e4eceb4 100644 --- a/include/zephyr/sys/list_gen.h +++ b/include/zephyr/sys/list_gen.h @@ -9,7 +9,7 @@ #include #include -#include +#include #define Z_GENLIST_FOR_EACH_NODE(__lname, __l, __sn) \ for (__sn = sys_ ## __lname ## _peek_head(__l); __sn != NULL; \ diff --git a/include/zephyr/sys/math_extras.h b/include/zephyr/sys/math_extras.h index 02c0f5c9c18..aeaf5331088 100644 --- a/include/zephyr/sys/math_extras.h +++ b/include/zephyr/sys/math_extras.h @@ -69,6 +69,6 @@ static int u32_count_trailing_zeros(uint32_t x); static int u64_count_trailing_zeros(uint64_t x); /**@}*/ -#include +#include #endif /* ZEPHYR_INCLUDE_SYS_MATH_EXTRAS_H_ */ diff --git a/include/zephyr/sys/math_extras_impl.h b/include/zephyr/sys/math_extras_impl.h index a6f0ec79c27..f6f856c4ad4 100644 --- a/include/zephyr/sys/math_extras_impl.h +++ b/include/zephyr/sys/math_extras_impl.h @@ -13,7 +13,7 @@ #error "please include instead of this file" #endif -#include +#include /* * Force the use of portable C code (no builtins) by defining diff --git a/include/zephyr/sys/mem_blocks.h b/include/zephyr/sys/mem_blocks.h index 48821ebac56..5d2ba1a3004 100644 --- a/include/zephyr/sys/mem_blocks.h +++ b/include/zephyr/sys/mem_blocks.h @@ -20,9 +20,9 @@ extern "C" { #include #include -#include -#include -#include +#include +#include +#include #define MAX_MULTI_ALLOCATORS 8 diff --git a/include/zephyr/sys/mem_manage.h b/include/zephyr/sys/mem_manage.h index 2cfaec8635d..001dd01f6ee 100644 --- a/include/zephyr/sys/mem_manage.h +++ b/include/zephyr/sys/mem_manage.h @@ -7,10 +7,10 @@ #ifndef ZEPHYR_INCLUDE_SYS_MEM_MANAGE_H #define ZEPHYR_INCLUDE_SYS_MEM_MANAGE_H -#include -#include +#include +#include #if defined(CONFIG_ARM_MMU) && defined(CONFIG_ARM64) -#include +#include #endif /* @@ -86,7 +86,7 @@ #include #include #include -#include +#include struct k_mem_paging_stats_t { #ifdef CONFIG_DEMAND_PAGING_STATS diff --git a/include/zephyr/sys/mpsc_pbuf.h b/include/zephyr/sys/mpsc_pbuf.h index 4ede31882bb..8a15b3d0699 100644 --- a/include/zephyr/sys/mpsc_pbuf.h +++ b/include/zephyr/sys/mpsc_pbuf.h @@ -6,8 +6,8 @@ #ifndef ZEPHYR_INCLUDE_SYS_MPSC_PBUF_H_ #define ZEPHYR_INCLUDE_SYS_MPSC_PBUF_H_ -#include -#include +#include +#include #include #include #include diff --git a/include/zephyr/sys/mutex.h b/include/zephyr/sys/mutex.h index 71aec450e14..1a7968e83cb 100644 --- a/include/zephyr/sys/mutex.h +++ b/include/zephyr/sys/mutex.h @@ -21,9 +21,9 @@ extern "C" { #endif #ifdef CONFIG_USERSPACE -#include +#include #include -#include +#include struct sys_mutex { /* Currently unused, but will be used to store state for fast mutexes @@ -131,8 +131,8 @@ static inline int sys_mutex_unlock(struct sys_mutex *mutex) #include #else -#include -#include +#include +#include struct sys_mutex { struct k_mutex kernel_mutex; diff --git a/include/zephyr/sys/notify.h b/include/zephyr/sys/notify.h index edcdf2ea5c9..3eaeb9b9fc3 100644 --- a/include/zephyr/sys/notify.h +++ b/include/zephyr/sys/notify.h @@ -8,7 +8,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_NOTIFY_H_ #define ZEPHYR_INCLUDE_SYS_NOTIFY_H_ -#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/sys/onoff.h b/include/zephyr/sys/onoff.h index aa36bca64a3..8163adbd730 100644 --- a/include/zephyr/sys/onoff.h +++ b/include/zephyr/sys/onoff.h @@ -8,9 +8,9 @@ #ifndef ZEPHYR_INCLUDE_SYS_ONOFF_H_ #define ZEPHYR_INCLUDE_SYS_ONOFF_H_ -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/p4wq.h b/include/zephyr/sys/p4wq.h index 9b8e9533e1a..095031fbf82 100644 --- a/include/zephyr/sys/p4wq.h +++ b/include/zephyr/sys/p4wq.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_P4WQ_H_ #define ZEPHYR_INCLUDE_SYS_P4WQ_H_ -#include +#include /* Zephyr Pooled Parallel Preemptible Priority-based Work Queues */ diff --git a/include/zephyr/sys/printk.h b/include/zephyr/sys/printk.h index 34529f877de..821e08226fe 100644 --- a/include/zephyr/sys/printk.h +++ b/include/zephyr/sys/printk.h @@ -8,7 +8,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_PRINTK_H_ #define ZEPHYR_INCLUDE_SYS_PRINTK_H_ -#include +#include #include #include #include diff --git a/include/zephyr/sys/reboot.h b/include/zephyr/sys/reboot.h index 5652fc58dbc..50d68870683 100644 --- a/include/zephyr/sys/reboot.h +++ b/include/zephyr/sys/reboot.h @@ -14,7 +14,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_REBOOT_H_ #define ZEPHYR_INCLUDE_SYS_REBOOT_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/ring_buffer.h b/include/zephyr/sys/ring_buffer.h index 6686371b0d8..6c31c603848 100644 --- a/include/zephyr/sys/ring_buffer.h +++ b/include/zephyr/sys/ring_buffer.h @@ -10,8 +10,8 @@ #ifndef ZEPHYR_INCLUDE_SYS_RING_BUFFER_H_ #define ZEPHYR_INCLUDE_SYS_RING_BUFFER_H_ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/sys/sem.h b/include/zephyr/sys/sem.h index 808580a49e1..2b40ee341e7 100644 --- a/include/zephyr/sys/sem.h +++ b/include/zephyr/sys/sem.h @@ -19,8 +19,8 @@ * enabled, sys_sem behaves like k_sem. */ -#include -#include +#include +#include #include #ifdef __cplusplus diff --git a/include/zephyr/sys/sflist.h b/include/zephyr/sys/sflist.h index dd6dc397684..b4e0830be0b 100644 --- a/include/zephyr/sys/sflist.h +++ b/include/zephyr/sys/sflist.h @@ -19,7 +19,7 @@ #include #include -#include +#include #include "list_gen.h" #ifdef __cplusplus diff --git a/include/zephyr/sys/time_units.h b/include/zephyr/sys/time_units.h index 0d181d1c41a..fc419124582 100644 --- a/include/zephyr/sys/time_units.h +++ b/include/zephyr/sys/time_units.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_TIME_UNITS_H_ #define ZEPHYR_INCLUDE_TIME_UNITS_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/sys/util.h b/include/zephyr/sys/util.h index 08623fdaef7..b0cc9aca99e 100644 --- a/include/zephyr/sys/util.h +++ b/include/zephyr/sys/util.h @@ -14,7 +14,7 @@ #ifndef ZEPHYR_INCLUDE_SYS_UTIL_H_ #define ZEPHYR_INCLUDE_SYS_UTIL_H_ -#include +#include /* needs to be outside _ASMLANGUAGE so 'true' and 'false' can turn * into '1' and '0' for asm or linker scripts diff --git a/include/zephyr/sys/util_macro.h b/include/zephyr/sys/util_macro.h index 27fcf9f83f3..74d6ed821a7 100644 --- a/include/zephyr/sys/util_macro.h +++ b/include/zephyr/sys/util_macro.h @@ -31,7 +31,7 @@ extern "C" { * below (APIs like IS_ENABLED(), COND_CODE_1(), etc.) are hidden away * in this file. */ -#include +#include #ifndef BIT #if defined(_ASMLANGUAGE) diff --git a/include/zephyr/sys_clock.h b/include/zephyr/sys_clock.h index 4de2391afa0..413bac14d08 100644 --- a/include/zephyr/sys_clock.h +++ b/include/zephyr/sys_clock.h @@ -16,13 +16,13 @@ #ifndef ZEPHYR_INCLUDE_SYS_CLOCK_H_ #define ZEPHYR_INCLUDE_SYS_CLOCK_H_ -#include -#include +#include +#include -#include +#include #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/syscall.h b/include/zephyr/syscall.h index 871c2440673..73a3a648d23 100644 --- a/include/zephyr/syscall.h +++ b/include/zephyr/syscall.h @@ -9,12 +9,12 @@ #define ZEPHYR_INCLUDE_SYSCALL_H_ #include -#include +#include #include #ifndef _ASMLANGUAGE #include -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/syscall_handler.h b/include/zephyr/syscall_handler.h index a39ac0427be..3f5ccc42c63 100644 --- a/include/zephyr/syscall_handler.h +++ b/include/zephyr/syscall_handler.h @@ -11,11 +11,11 @@ #ifdef CONFIG_USERSPACE #ifndef _ASMLANGUAGE -#include -#include -#include +#include +#include +#include #include -#include +#include extern const _k_syscall_handler_t _k_syscall_table[K_SYSCALL_LIMIT]; diff --git a/include/zephyr/task_wdt/task_wdt.h b/include/zephyr/task_wdt/task_wdt.h index d2fab5a887e..db543e8df37 100644 --- a/include/zephyr/task_wdt/task_wdt.h +++ b/include/zephyr/task_wdt/task_wdt.h @@ -18,7 +18,7 @@ #define TASK_WDT_H_ #include -#include +#include #include /** diff --git a/include/zephyr/timeout_q.h b/include/zephyr/timeout_q.h index fc9e05cf7ba..3a3cb365c44 100644 --- a/include/zephyr/timeout_q.h +++ b/include/zephyr/timeout_q.h @@ -12,7 +12,7 @@ * @brief timeout queue for threads on kernel objects */ -#include +#include #include diff --git a/include/zephyr/timing/timing.h b/include/zephyr/timing/timing.h index 4892b07bc39..d24700302fc 100644 --- a/include/zephyr/timing/timing.h +++ b/include/zephyr/timing/timing.h @@ -7,8 +7,8 @@ #ifndef ZEPHYR_INCLUDE_TIMING_TIMING_H_ #define ZEPHYR_INCLUDE_TIMING_TIMING_H_ -#include -#include +#include +#include void soc_timing_init(void); void soc_timing_start(void); diff --git a/include/zephyr/toolchain.h b/include/zephyr/toolchain.h index be8d9375555..6e8deefe3d7 100644 --- a/include/zephyr/toolchain.h +++ b/include/zephyr/toolchain.h @@ -39,15 +39,15 @@ */ #include #elif defined(__XCC__) -#include +#include #elif defined(__CCAC__) -#include +#include #elif defined(__ARMCOMPILER_VERSION) -#include +#include #elif defined(__llvm__) -#include +#include #elif defined(__GNUC__) || (defined(_LINKER) && defined(__GCC_LINKER_CMD__)) -#include +#include #else #error "Invalid/unknown toolchain configuration" #endif diff --git a/include/zephyr/toolchain/armclang.h b/include/zephyr/toolchain/armclang.h index 92e7a8de746..89081227be0 100644 --- a/include/zephyr/toolchain/armclang.h +++ b/include/zephyr/toolchain/armclang.h @@ -8,7 +8,7 @@ #define ZEPHYR_INCLUDE_TOOLCHAIN_ARMCLANG_H_ -#include +#include /* * To reuse as much as possible from the llvm.h header we only redefine the diff --git a/include/zephyr/toolchain/gcc.h b/include/zephyr/toolchain/gcc.h index d1f97460f62..86aeed2cd69 100644 --- a/include/zephyr/toolchain/gcc.h +++ b/include/zephyr/toolchain/gcc.h @@ -85,7 +85,7 @@ #define ZRESTRICT restrict #endif -#include +#include #include #define ALIAS_OF(of) __attribute__((alias(#of))) @@ -94,7 +94,7 @@ return_type new_alias() ALIAS_OF(real_func) #if defined(CONFIG_ARCH_POSIX) -#include +#include /*let's not segfault if this were to happen for some reason*/ #define CODE_UNREACHABLE \ diff --git a/include/zephyr/toolchain/llvm.h b/include/zephyr/toolchain/llvm.h index 8da406dcbda..f6054fb952a 100644 --- a/include/zephyr/toolchain/llvm.h +++ b/include/zephyr/toolchain/llvm.h @@ -25,7 +25,7 @@ #define TOOLCHAIN_HAS_C_AUTO_TYPE 1 #endif -#include +#include #endif /* ZEPHYR_INCLUDE_TOOLCHAIN_LLVM_H_ */ diff --git a/include/zephyr/toolchain/mwdt.h b/include/zephyr/toolchain/mwdt.h index 5a1719e8ec2..50f515cade6 100644 --- a/include/zephyr/toolchain/mwdt.h +++ b/include/zephyr/toolchain/mwdt.h @@ -11,7 +11,7 @@ #ifndef _LINKER #if defined(_ASMLANGUAGE) -#include +#include #define FUNC_CODE() #define FUNC_INSTR(a) @@ -82,7 +82,7 @@ #define __no_optimization __attribute__((optnone)) -#include +#include #undef BUILD_ASSERT #ifdef __cplusplus diff --git a/include/zephyr/toolchain/xcc.h b/include/zephyr/toolchain/xcc.h index 3c452d5d820..043783aaf7f 100644 --- a/include/zephyr/toolchain/xcc.h +++ b/include/zephyr/toolchain/xcc.h @@ -18,7 +18,7 @@ #define __BYTE_ORDER__ #endif -#include +#include #ifndef __clang__ #undef __BYTE_ORDER__ diff --git a/include/zephyr/tracing/tracing.h b/include/zephyr/tracing/tracing.h index bcc957eb821..8719413fcd9 100644 --- a/include/zephyr/tracing/tracing.h +++ b/include/zephyr/tracing/tracing.h @@ -6,7 +6,7 @@ #ifndef ZEPHYR_INCLUDE_TRACING_TRACING_H_ #define ZEPHYR_INCLUDE_TRACING_TRACING_H_ -#include +#include #include "tracking.h" diff --git a/include/zephyr/tracing/tracing_format.h b/include/zephyr/tracing/tracing_format.h index 303c963b600..e26634e9152 100644 --- a/include/zephyr/tracing/tracing_format.h +++ b/include/zephyr/tracing/tracing_format.h @@ -7,7 +7,7 @@ #ifndef ZEPHYR_INCLUDE_TRACING_TRACING_FORMAT_H #define ZEPHYR_INCLUDE_TRACING_TRACING_FORMAT_H -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/tracing/tracking.h b/include/zephyr/tracing/tracking.h index 6b030ecf943..af67e917805 100644 --- a/include/zephyr/tracing/tracking.h +++ b/include/zephyr/tracing/tracking.h @@ -6,8 +6,8 @@ #ifndef ZEPHYR_INCLUDE_TRACING_TRACKING_H_ #define ZEPHYR_INCLUDE_TRACING_TRACKING_H_ -#include -#include +#include +#include #if defined(CONFIG_TRACING_OBJECT_TRACKING) || defined(__DOXYGEN__) diff --git a/include/zephyr/usb/class/usb_audio.h b/include/zephyr/usb/class/usb_audio.h index 671bf01ee8e..26c58c75086 100644 --- a/include/zephyr/usb/class/usb_audio.h +++ b/include/zephyr/usb/class/usb_audio.h @@ -21,10 +21,10 @@ #ifndef ZEPHYR_INCLUDE_USB_CLASS_AUDIO_H_ #define ZEPHYR_INCLUDE_USB_CLASS_AUDIO_H_ -#include +#include #include -#include -#include +#include +#include /** Audio Interface Subclass Codes * Refer to Table A-2 from audio10.pdf diff --git a/include/zephyr/usb/class/usb_dfu.h b/include/zephyr/usb/class/usb_dfu.h index 69b23fecfb6..68ab0e1706c 100644 --- a/include/zephyr/usb/class/usb_dfu.h +++ b/include/zephyr/usb/class/usb_dfu.h @@ -44,7 +44,7 @@ #ifndef ZEPHYR_INCLUDE_USB_CLASS_USB_DFU_H_ #define ZEPHYR_INCLUDE_USB_CLASS_USB_DFU_H_ -#include +#include /** DFU Class Subclass */ #define DFU_SUBCLASS 0x01 diff --git a/include/zephyr/usb/class/usb_hid.h b/include/zephyr/usb/class/usb_hid.h index 514d2192be1..b3feb42486e 100644 --- a/include/zephyr/usb/class/usb_hid.h +++ b/include/zephyr/usb/class/usb_hid.h @@ -13,7 +13,7 @@ #ifndef ZEPHYR_INCLUDE_USB_HID_CLASS_DEVICE_H_ #define ZEPHYR_INCLUDE_USB_HID_CLASS_DEVICE_H_ -#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/usb/usb_ch9.h b/include/zephyr/usb/usb_ch9.h index 5379c2ba014..ef746c9bf49 100644 --- a/include/zephyr/usb/usb_ch9.h +++ b/include/zephyr/usb/usb_ch9.h @@ -13,7 +13,7 @@ */ #include -#include +#include #ifndef ZEPHYR_INCLUDE_USB_CH9_H_ #define ZEPHYR_INCLUDE_USB_CH9_H_ diff --git a/include/zephyr/usb/usb_common.h b/include/zephyr/usb/usb_common.h index 14c3487041c..2be2e2f784e 100644 --- a/include/zephyr/usb/usb_common.h +++ b/include/zephyr/usb/usb_common.h @@ -43,7 +43,7 @@ */ #include -#include +#include #ifndef ZEPHYR_INCLUDE_USB_USB_COMMON_H_ #define ZEPHYR_INCLUDE_USB_USB_COMMON_H_ diff --git a/include/zephyr/usb/usb_device.h b/include/zephyr/usb/usb_device.h index ee7007589d8..eefbdf29c0e 100644 --- a/include/zephyr/usb/usb_device.h +++ b/include/zephyr/usb/usb_device.h @@ -38,9 +38,9 @@ #ifndef ZEPHYR_INCLUDE_USB_USB_DEVICE_H_ #define ZEPHYR_INCLUDE_USB_USB_DEVICE_H_ -#include -#include -#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/usb/usbstruct.h b/include/zephyr/usb/usbstruct.h index 438171830cc..e928900a5c6 100644 --- a/include/zephyr/usb/usbstruct.h +++ b/include/zephyr/usb/usbstruct.h @@ -40,7 +40,7 @@ * This file contains structures and defines of the standard USB packets */ -#include +#include #ifndef ZEPHYR_INCLUDE_USB_USBSTRUCT_H_ #define ZEPHYR_INCLUDE_USB_USBSTRUCT_H_ diff --git a/include/zephyr/wait_q.h b/include/zephyr/wait_q.h index 33478590bcd..3edcb77702a 100644 --- a/include/zephyr/wait_q.h +++ b/include/zephyr/wait_q.h @@ -9,11 +9,11 @@ #ifndef ZEPHYR_KERNEL_INCLUDE_WAIT_Q_H_ #define ZEPHYR_KERNEL_INCLUDE_WAIT_Q_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { diff --git a/include/zephyr/xen/console.h b/include/zephyr/xen/console.h index fff50a1b962..788114479e1 100644 --- a/include/zephyr/xen/console.h +++ b/include/zephyr/xen/console.h @@ -6,10 +6,10 @@ #ifndef __XEN_CONSOLE_H__ #define __XEN_CONSOLE_H__ -#include +#include #include -#include -#include +#include +#include struct hvc_xen_data { DEVICE_MMIO_RAM; /* should be first */ diff --git a/include/zephyr/xen/events.h b/include/zephyr/xen/events.h index f68dd135053..4c8af4670b1 100644 --- a/include/zephyr/xen/events.h +++ b/include/zephyr/xen/events.h @@ -6,9 +6,9 @@ #ifndef __XEN_EVENTS_H__ #define __XEN_EVENTS_H__ -#include +#include -#include +#include typedef void (*evtchn_cb_t)(void *priv); diff --git a/include/zephyr/xen/generic.h b/include/zephyr/xen/generic.h index c1123a73278..483b7f15e35 100644 --- a/include/zephyr/xen/generic.h +++ b/include/zephyr/xen/generic.h @@ -6,7 +6,7 @@ #ifndef __XEN_GENERIC_H__ #define __XEN_GENERIC_H__ -#include +#include #define XEN_PAGE_SIZE 4096 #define XEN_PAGE_SHIFT 12 diff --git a/include/zephyr/xen/hvm.h b/include/zephyr/xen/hvm.h index 1bd770ba1df..968abf01c1a 100644 --- a/include/zephyr/xen/hvm.h +++ b/include/zephyr/xen/hvm.h @@ -6,10 +6,10 @@ #ifndef __XEN_HVM_H__ #define __XEN_HVM_H__ -#include -#include +#include +#include -#include +#include int hvm_set_parameter(int idx, uint64_t value); int hvm_get_parameter(int idx, uint64_t *value); diff --git a/include/zephyr/xen/public/arch-arm.h b/include/zephyr/xen/public/arch-arm.h index 8cfc5e84480..f2812dc3b9b 100644 --- a/include/zephyr/xen/public/arch-arm.h +++ b/include/zephyr/xen/public/arch-arm.h @@ -29,7 +29,7 @@ #ifndef __XEN_PUBLIC_ARCH_ARM_H__ #define __XEN_PUBLIC_ARCH_ARM_H__ -#include +#include /* * `incontents 50 arm_abi Hypercall Calling Convention diff --git a/include/zephyr/zephyr.h b/include/zephyr/zephyr.h index 6509fdbee0d..d3f75d9c607 100644 --- a/include/zephyr/zephyr.h +++ b/include/zephyr/zephyr.h @@ -15,6 +15,6 @@ #define __ZEPHYR__ #endif -#include +#include #endif /* ZEPHYR_INCLUDE_ZEPHYR_H_ */