mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
Instead, start to put everything in one place to resemble the directory structure of the SysFS when actually using it.
This commit is contained in:
parent
cba4750921
commit
290eb53cb5
Notes:
sideshowbarker
2024-07-17 10:08:00 +09:00
Author: https://github.com/supercomputer7
Commit: 290eb53cb5
Pull-request: https://github.com/SerenityOS/serenity/pull/13772
22 changed files with 26 additions and 26 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <AK/StringView.h>
|
||||
#include <Kernel/Debug.h>
|
||||
#include <Kernel/Firmware/BIOS.h>
|
||||
#include <Kernel/FileSystem/SysFS/Subsystems/Firmware/BIOS.h>
|
||||
#include <Kernel/Firmware/MultiProcessor/Parser.h>
|
||||
#include <Kernel/Interrupts/IOAPIC.h>
|
||||
#include <Kernel/Memory/TypedMapping.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue