mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
More VFS cleanup.
This commit is contained in:
parent
396a32835b
commit
8fa2d7104a
22 changed files with 92 additions and 95 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
virtual unsigned blockSize() const = 0;
|
||||
virtual bool readBlock(unsigned index, byte*) const = 0;
|
||||
virtual bool writeBlock(unsigned index, const byte*) = 0;
|
||||
virtual const char* className() const = 0;
|
||||
virtual const char* class_name() const = 0;
|
||||
bool read(DiskOffset, unsigned length, byte*) const;
|
||||
bool write(DiskOffset, unsigned length, const byte*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue