mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
Kernel/Net: Move NE2000 network adapter code to a separate directory
This commit is contained in:
parent
059a47afb6
commit
7991a92388
4 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <Kernel/Net/Intel/E1000ENetworkAdapter.h>
|
||||
#include <Kernel/Net/Intel/E1000NetworkAdapter.h>
|
||||
#include <Kernel/Net/LoopbackAdapter.h>
|
||||
#include <Kernel/Net/NE2000NetworkAdapter.h>
|
||||
#include <Kernel/Net/NE2000/NetworkAdapter.h>
|
||||
#include <Kernel/Net/NetworkingManagement.h>
|
||||
#include <Kernel/Net/RTL8139NetworkAdapter.h>
|
||||
#include <Kernel/Net/RTL8168NetworkAdapter.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue