mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Kernel: Remove now-unused singleton methods from our network devices
This commit is contained in:
parent
93c16590f1
commit
13abb3e88b
Notes:
sideshowbarker
2024-07-19 12:27:29 +09:00
Author: https://github.com/deoxxa
Commit: 13abb3e88b
Pull-request: https://github.com/SerenityOS/serenity/pull/499
Reviewed-by: https://github.com/awesomekling
4 changed files with 0 additions and 22 deletions
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <Kernel/IRQHandler.h>
|
||||
#include <Kernel/Net/NetworkAdapter.h>
|
||||
#include <Kernel/PCI.h>
|
||||
|
@ -11,8 +10,6 @@
|
|||
class RTL8139NetworkAdapter final : public NetworkAdapter
|
||||
, public IRQHandler {
|
||||
public:
|
||||
static RTL8139NetworkAdapter* the();
|
||||
|
||||
static OwnPtr<RTL8139NetworkAdapter> autodetect();
|
||||
|
||||
RTL8139NetworkAdapter(PCI::Address, u8 irq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue