zephyr/drivers/modem
Flavio Ceolin c4f7faea10 random: Include header where it is used
Unit tests were failing to build because random header was included by
kernel_includes.h. The problem is that rand32.h includes a generated
file that is either not generated or not included when building unit
tests. Also, it is better to limit the scope of this file to where it is
used.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-07-08 21:05:36 -04:00
..
CMakeLists.txt
gsm_ppp.c drivers: modem: gsm: Do not reference possible null pointer 2020-06-08 16:50:35 +03:00
Kconfig
Kconfig.gsm
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_cmd_handler.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_cmd_handler.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_context.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_context.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_iface_uart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_iface_uart.h
modem_pin.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_receiver.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_receiver.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_shell.c
modem_socket.c drivers: modem: use zsock_ variants of socket API 2020-06-10 09:27:51 +03:00
modem_socket.h drivers: modem: use zsock_ variants of socket API 2020-06-10 09:27:51 +03:00
ublox-sara-r4.c drivers: modem: use zsock_ variants of socket API 2020-06-10 09:27:51 +03:00
wncm14a2a.c random: Include header where it is used 2020-07-08 21:05:36 -04:00