mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
Kernel: Remove now-unused singleton methods from our network devices
This commit is contained in:
parent
93c16590f1
commit
13abb3e88b
4 changed files with 0 additions and 22 deletions
|
@ -4,13 +4,10 @@
|
|||
#include <Kernel/IRQHandler.h>
|
||||
#include <Kernel/Net/NetworkAdapter.h>
|
||||
#include <Kernel/PCI.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
|
||||
class E1000NetworkAdapter final : public NetworkAdapter
|
||||
, public IRQHandler {
|
||||
public:
|
||||
static E1000NetworkAdapter* the();
|
||||
|
||||
static OwnPtr<E1000NetworkAdapter> autodetect();
|
||||
|
||||
E1000NetworkAdapter(PCI::Address, u8 irq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue