mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
Kernel: Rename SystemExposedComponent => SysFSComponent
This commit is contained in:
parent
27244eb0ee
commit
517170a986
10 changed files with 32 additions and 32 deletions
|
@ -25,7 +25,7 @@ private:
|
|||
ExposedFolder();
|
||||
};
|
||||
|
||||
class ExposedComponent : public SystemExposedComponent {
|
||||
class ExposedComponent : public SysFSComponent {
|
||||
public:
|
||||
static NonnullRefPtr<ExposedComponent> create(String name, PhysicalAddress, size_t table_size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue