mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
UserspaceEmulator: Add support for emulating SC_mount
This commit is contained in:
parent
9afe9069a9
commit
aee0df19c1
2 changed files with 17 additions and 0 deletions
|
@ -94,6 +94,7 @@ private:
|
|||
int virt$shbuf_seal(int shbuf_id);
|
||||
int virt$shbuf_set_volatile(int shbuf_id, bool);
|
||||
u32 virt$mmap(u32);
|
||||
u32 virt$mount(u32);
|
||||
u32 virt$munmap(FlatPtr address, u32 size);
|
||||
u32 virt$gettid();
|
||||
u32 virt$getpid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue