mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Use AK::Span a bunch in the network adapter code
This commit is contained in:
parent
fffc5896d8
commit
f5ac4da993
Notes:
sideshowbarker
2024-07-19 04:29:30 +09:00
Author: https://github.com/awesomekling
Commit: f5ac4da993
12 changed files with 47 additions and 46 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
RTL8139NetworkAdapter(PCI::Address, u8 irq);
|
||||
virtual ~RTL8139NetworkAdapter() override;
|
||||
|
||||
virtual void send_raw(const u8*, size_t) override;
|
||||
virtual void send_raw(ReadonlyBytes) override;
|
||||
virtual bool link_up() override { return m_link_up; }
|
||||
|
||||
virtual const char* purpose() const override { return class_name(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue