]> git.baikalelectronics.ru Git - uboot.git/commit
net: dwc_eth_qos: public some functions
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 Jul 2022 08:41:14 +0000 (16:41 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 09:29:01 +0000 (11:29 +0200)
commit49571599778b0d53e6f21ceef1a8740207fe1d6c
tree35b12a11d9cf023bd0ff6a010fd6facc839425ac
parent085d6b42b6389d10c0ae95ab29434c0a76c79d74
net: dwc_eth_qos: public some functions

Move macros and structures to header file and make some functions
public, so that could used by other files, this is to
prepare split platform specific config to one file.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/net/dwc_eth_qos.c
drivers/net/dwc_eth_qos.h [new file with mode: 0644]