mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 21:02:39 +00:00
This commit removes duplicate 'irq_offload_routine_t' typedef declaration in sys/arch_interface.h. This typedef is provided by irq_offload.h and, since this header file is included at the top of sys/arch_interface.h, it is guaranteed to be defined for arch_irq_offload definition. While this does not cause a compilation error when compiling with GCC 4.6 and above, GCC 4.5 and below strictly enforce the C99 standard and do not allow redeclaration of the same typedef in the same scope. Signed-off-by: Stephanos Ioannidis <root@stephanos.io> |
||
---|---|---|
.. | ||
app_memory | ||
arch | ||
audio | ||
bluetooth | ||
cmsis_rtos_v1 | ||
cmsis_rtos_v2 | ||
console | ||
crypto | ||
data | ||
debug | ||
dfu | ||
disk | ||
display | ||
drivers | ||
dt-bindings | ||
fs | ||
linker | ||
logging | ||
mgmt | ||
misc | ||
net | ||
nvs | ||
posix | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
sys | ||
toolchain | ||
usb | ||
zephyr | ||
adc.h | ||
atomic.h | ||
base64.h | ||
cache.h | ||
can.h | ||
clock_control.h | ||
console.h | ||
counter.h | ||
crc.h | ||
device.h | ||
disk_access.h | ||
display.h | ||
dma.h | ||
entropy.h | ||
exc_handle.h | ||
fatal.h | ||
fcb.h | ||
flash_map.h | ||
flash.h | ||
fs.h | ||
generated_dts_board.h | ||
gna.h | ||
gpio.h | ||
hwinfo.h | ||
i2c.h | ||
i2s.h | ||
init.h | ||
ipm.h | ||
irq_nextlevel.h | ||
irq_offload.h | ||
irq.h | ||
json.h | ||
kernel_includes.h | ||
kernel_structs.h | ||
kernel_version.h | ||
kernel.h | ||
led_strip.h | ||
led.h | ||
pinmux.h | ||
power.h | ||
ptp_clock.h | ||
pwm.h | ||
ring_buffer.h | ||
sched_priq.h | ||
sensor.h | ||
shared_irq.h | ||
spi.h | ||
spinlock.h | ||
stats.h | ||
sw_isr_table.h | ||
sys_clock.h | ||
sys_io.h | ||
syscall_handler.h | ||
syscall.h | ||
timeout_q.h | ||
toolchain.h | ||
tracing.h | ||
tty.h | ||
uart.h | ||
wait_q.h | ||
watchdog.h | ||
zephyr.h |