mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:10:42 +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,
|
const char *target,
|
||||||
uint32_t flags);
|
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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -184,6 +184,8 @@ EXPORT(FSGetLastErrorCodeForViewer);
|
|||||||
EXPORT(FSGetMountSource);
|
EXPORT(FSGetMountSource);
|
||||||
EXPORT(FSMount);
|
EXPORT(FSMount);
|
||||||
EXPORT(FSUnmount);
|
EXPORT(FSUnmount);
|
||||||
|
EXPORT(FSBindMount);
|
||||||
|
EXPORT(FSBindUnmount);
|
||||||
|
|
||||||
// coreinit/foreground.h
|
// coreinit/foreground.h
|
||||||
EXPORT(OSEnableForegroundExit);
|
EXPORT(OSEnableForegroundExit);
|
||||||
|
Loading…
Reference in New Issue
Block a user