Added prototype for mapdriver5 (from RS to VFS, report the name of a driver
instead of its endpoint).
This commit is contained in:
parent
6b0db0d181
commit
4d2f56daf6
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ _PROTOTYPE( int freemem, (phys_bytes size, phys_bytes base) );
|
|||
#define unmapdriver(device) devctl(DEV_UNMAP, 0, device, 0)
|
||||
_PROTOTYPE( int devctl, (int ctl_req, int driver, int device, int style,
|
||||
int force) );
|
||||
_PROTOTYPE( int mapdriver5, (char *label, size_t len, int major,
|
||||
int style, int force) );
|
||||
_PROTOTYPE( uid_t getpeuid, (endpoint_t ep) );
|
||||
|
||||
/* For compatibility with other Unix systems */
|
||||
|
|
Loading…
Reference in a new issue