mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
Kernel: Pass a parameter struct to mknod()
This commit is contained in:
parent
6536a80aa9
commit
c97bfbd609
5 changed files with 35 additions and 11 deletions
|
@ -339,6 +339,12 @@ struct SC_chown_params {
|
|||
u32 gid;
|
||||
};
|
||||
|
||||
struct SC_mknod_params {
|
||||
StringArgument path;
|
||||
u16 mode;
|
||||
u32 dev;
|
||||
};
|
||||
|
||||
void initialize();
|
||||
int sync();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue