mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:18:15 +01:00
Add FSBindMount and FSBindUnmount
This commit is contained in:
parent
6affe2ff29
commit
98966f020f
@ -601,6 +601,19 @@ FSUnmount(FSClient *client,
|
||||
const char *target,
|
||||
uint32_t flags);
|
||||
|
||||
FSStatus
|
||||
FSBindMount(FSClient *client,
|
||||
FSCmdBlock *cmd,
|
||||
const char *source,
|
||||
const char *target,
|
||||
uint32_t flags);
|
||||
|
||||
FSStatus
|
||||
FSbindUnmount(FSClient *client,
|
||||
FSCmdBlock *cmd,
|
||||
const char *target,
|
||||
uint32_t flags);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -184,6 +184,8 @@ EXPORT(FSGetLastErrorCodeForViewer);
|
||||
EXPORT(FSGetMountSource);
|
||||
EXPORT(FSMount);
|
||||
EXPORT(FSUnmount);
|
||||
EXPORT(FSBindMount);
|
||||
EXPORT(FSBindUnmount);
|
||||
|
||||
// coreinit/foreground.h
|
||||
EXPORT(OSEnableForegroundExit);
|
||||
|
Loading…
Reference in New Issue
Block a user