mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:07:36 +00:00
Kernel: Rename SystemExposedComponent => SysFSComponent
This commit is contained in:
parent
27244eb0ee
commit
517170a986
10 changed files with 32 additions and 32 deletions
|
@ -58,7 +58,7 @@ namespace Kernel {
|
|||
MappedROM map_bios();
|
||||
MappedROM map_ebda();
|
||||
|
||||
class BIOSExposedComponent : public SystemExposedComponent {
|
||||
class BIOSExposedComponent : public SysFSComponent {
|
||||
public:
|
||||
virtual KResultOr<size_t> read_bytes(off_t, size_t, UserOrKernelBuffer&, FileDescription*) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue