mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Move networking related files into Kernel/Net/.
This commit is contained in:
parent
718bea73b3
commit
649c81a714
Notes:
sideshowbarker
2024-07-19 14:51:18 +09:00
Author: https://github.com/awesomekling
Commit: 649c81a714
26 changed files with 61 additions and 63 deletions
|
@ -23,8 +23,8 @@
|
|||
#include "PTYMultiplexer.h"
|
||||
#include "DevPtsFS.h"
|
||||
#include "BXVGADevice.h"
|
||||
#include "E1000NetworkAdapter.h"
|
||||
#include <Kernel/NetworkTask.h>
|
||||
#include <Kernel/Net/E1000NetworkAdapter.h>
|
||||
#include <Kernel/Net/NetworkTask.h>
|
||||
|
||||
#define SPAWN_LAUNCHER
|
||||
//#define SPAWN_GUITEST2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue