zephyr/include
Stephanos Ioannidis 1ae7ae8c0b arch_interface: Remove duplicate irq_offload_routine_t typedef.
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>
2019-11-12 10:27:34 -08:00
..
app_memory
arch arch: x86: Inline direct ISR functions. 2019-11-08 15:50:23 +01:00
audio
bluetooth bluetooth: host: add ability to load CCC settings on demand 2019-11-08 21:29:23 +02:00
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto
data doc: json: improve example documentation 2019-11-08 09:39:16 -05:00
debug
dfu
disk
display
drivers
dt-bindings
fs
linker
logging
mgmt
misc
net
nvs
posix
power
random
settings
shell
stats
storage
sys arch_interface: Remove duplicate irq_offload_routine_t typedef. 2019-11-12 10:27:34 -08:00
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 kernel: sychronize irq_offload() access 2019-11-08 15:16:43 -08:00
irq.h
json.h
kernel_includes.h
kernel_structs.h
kernel_version.h
kernel.h kernel: Clarify timeout and sleep API regarding negative inputs 2019-11-08 16:03:05 -08:00
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 kernel: restore size and signedness behavior in deprecated time-related API 2019-11-08 18:37:46 -05:00
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