forked from Bananymous/banan-os
Kernel: Start making device numbers unique for each device
This commit is contained in:
@@ -19,7 +19,6 @@ namespace Kernel
|
||||
void add_device(BAN::RefPtr<Device>);
|
||||
void add_inode(BAN::StringView path, BAN::RefPtr<TmpInode>);
|
||||
|
||||
dev_t get_next_dev() const;
|
||||
int get_next_input_device() const;
|
||||
|
||||
void initiate_sync(bool should_block);
|
||||
|
||||
Reference in New Issue
Block a user