1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include
Martine S. Lenders 43b1c5c74c
sock_async: fix cyclic dependency with sock_types.h
Typically a stack needs to add the callback for a sock as a member of
its respective `sock` type so `sock_types.h` needs to include
`net/sock/async.h` at the moment. As those however include
`net/sock/<prot>.h`, which in turn include `sock_types.h`, we create a
cyclic dependency.

This fix resolves this cyclic dependency, by putting the callback
definitions in its own header that then in turn can be also included
by `sock_types.h`.
2020-01-07 10:13:01 +01:00
..
can sys/include: fix typos 2019-11-23 22:39:37 +01:00
checksum sys/checksum: add crc8 implementation 2019-12-13 14:50:32 +01:00
crypto sys/include: fix typos 2019-11-23 22:39:37 +01:00
ecc
embUnit sys/include: fix typos 2019-11-23 22:39:37 +01:00
event sys/include: fix typos 2019-11-23 22:39:37 +01:00
fs
hashes sys/include: fix typos 2019-11-23 22:39:37 +01:00
isrpipe isrpipe: change API to be in line with tsrb 2019-06-05 18:13:57 +02:00
net sock_async: fix cyclic dependency with sock_types.h 2020-01-07 10:13:01 +01:00
riotboot sys/riotboot: add initial image digest verification 2019-07-10 13:15:02 +02:00
suit sys/shell: add suit shell command 2019-11-28 19:15:34 +01:00
test_utils test_utils_interactive_sync: add a helper for synchronizing tests 2019-08-15 12:26:28 +02:00
usb usbus/cdc/acm: Add configs to compile time configuration Doxygen group 2019-12-04 20:08:02 +01:00
xtimer sys/xtimer: Remove dependency to core_msg 2019-10-31 19:55:50 +01:00
analog_util.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
app_metadata.h tests/shell: Add app_metadata to shell tests 2019-03-06 13:07:57 +01:00
auto_init.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
base64.h sys/base64: fix return value when input data is empty 2019-10-08 15:38:27 +02:00
bcd.h
benchmark.h
bitfield.h bitfield: unify order 2019-11-20 18:53:11 +01:00
bloom.h many typo fixes 2019-11-23 22:39:07 +01:00
c11_atomics_compat.hpp sys: Added basic C++ compat for C11 atomics 2019-10-24 23:08:35 +02:00
cb_mux.h
clif.h sys: Add clif (CoRE Link Format) module 2019-10-04 11:35:52 +02:00
color.h
div.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
eepreg.h
embUnit.h sys: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
event.h sys/event: fix typo: imlementation -> implementation 2019-10-22 16:23:08 +02:00
evtimer_msg.h
evtimer.h
fmt_table.h sys/fmt: Added submodule fmt_table 2019-08-20 14:32:49 +02:00
fmt.h sys/fmt: add fmt_is_number() 2019-12-05 15:39:24 +01:00
frac.h frac: Integer fraction scaling library 2019-12-06 09:36:33 +01:00
hashes.h
iolist.h many typo fixes 2019-11-23 22:39:07 +01:00
irq_handler.h many typo fixes 2019-11-23 22:39:07 +01:00
isrpipe.h isrpipe: change API to be in line with tsrb 2019-06-05 18:13:57 +02:00
luid.h sys/luid: provide luid_get_eui48() and luid_get_eui64() 2019-11-04 21:08:23 +01:00
matstat.h
memarray.h
mineplex.h
od.h
phydat.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
pipe.h
pm_layered.h
progress_bar.h sys/progress_bar: add module for configurable progress bars 2019-12-02 16:48:16 +01:00
ps.h
puf_sram.h sys/puf_sram: extend documentation 2020-01-02 13:22:35 +01:00
random.h
saul_reg.h
schedstatistics.h sys: add schedstatistics module 2019-09-13 11:37:44 +02:00
sema.h
seq.h
shell_commands.h
shell.h shell: make shell_run run shell forever 2019-09-19 10:26:31 +02:00
stdio_base.h
stdio_rtt.h
stdio_uart.h sys/stdio_uart: document stdin module requirement 2019-06-20 16:01:45 +02:00
timex.h
tm.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
trickle.h
tsrb.h tsrb: remove implicit cast in TEST_INIT() macro 2019-06-05 18:16:32 +02:00
unaligned.h sys/include/unaligned: initial commit 2019-01-25 22:22:45 +01:00
universal_address.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
usb.h usb: Add configs to compile time configuration Doxygen group 2019-12-04 20:08:02 +01:00
utlist.h
uuid.h sys/include: fix typos 2019-11-23 22:39:37 +01:00
vfs.h stdio/vfs: generalized VFS mapping for STDIO 2018-08-30 11:14:59 +02:00
xtimer.h many typo fixes 2019-11-23 22:39:07 +01:00