]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[netdevice] Add the concept of a network upper-layer driver
authorMichael Brown <mcb30@ipxe.org>
Sat, 4 Sep 2010 23:55:23 +0000 (00:55 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 5 Sep 2010 02:03:38 +0000 (03:03 +0100)
commitca4df90a6383d47617038328fb506bf273f1e80e
treeb079979a9eaccfa94f4453c547a425694cfdd43b
parent97ef28aea070f6d07b85fe16ef1b98da94a9f609
[netdevice] Add the concept of a network upper-layer driver

Add the concept of a network upper-layer driver, which can create
arbitrary devices on top of network devices.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/netdevice.h
src/net/netdevice.c