]> git.baikalelectronics.ru Git - uboot.git/commit
net: sandbox: Share the priv structure with tests
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 26 Sep 2018 21:48:56 +0000 (16:48 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 10 Oct 2018 17:28:57 +0000 (12:28 -0500)
commitc1feac07684d880423a0056946b18764e8d3f66c
tree09b4d6d849976b0f79e8de443990d1549c31d7ab
parentf597262ac030d418537b3683a65c8757e187270e
net: sandbox: Share the priv structure with tests

If tests want to implement tx handlers, they will likely need access to
the details in the priv structure.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/sandbox/include/asm/eth.h
drivers/net/sandbox.c