zephyr/drivers/ethernet
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h
move misc/util.h to sys/util.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-27 22:55:49 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.dw
Kconfig.e1000
Kconfig.enc28j60
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
eth_dw.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
eth_dw_priv.h cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
eth_e1000.c
eth_e1000_priv.h
eth_enc28j60.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
eth_enc28j60_priv.h cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
eth_mcux.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
eth_native_posix.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam_gmac.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
eth_sam_gmac_priv.h docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
eth_smsc911x.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
eth_smsc911x_priv.h dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
eth_stellaris.c
eth_stellaris_priv.h
eth_stm32_hal.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
eth_stm32_hal_priv.h
phy_sam_gmac.c
phy_sam_gmac.h