RetroArch
iosuhax_devoptab.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2015
3  * by Dimok
4  *
5  * This software is provided 'as-is', without any express or implied
6  * warranty. In no event will the authors be held liable for any
7  * damages arising from the use of this software.
8  *
9  * Permission is granted to anyone to use this software for any
10  * purpose, including commercial applications, and to alter it and
11  * redistribute it freely, subject to the following restrictions:
12  *
13  * 1. The origin of this software must not be misrepresented; you
14  * must not claim that you wrote the original software. If you use
15  * this software in a product, an acknowledgment in the product
16  * documentation would be appreciated but is not required.
17  *
18  * 2. Altered source versions must be plainly marked as such, and
19  * must not be misrepresented as being the original software.
20  *
21  * 3. This notice may not be removed or altered from any source
22  * distribution.
23  ***************************************************************************/
24 #ifndef __IOSUHAX_DEVOPTAB_H_
25 #define __IOSUHAX_DEVOPTAB_H_
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
35 int mount_fs(const char *virt_name, int fsaFd, const char *dev_path, const char *mount_path);
36 int unmount_fs(const char *virt_name);
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif // __IOSUHAX_DEVOPTAB_H_
int mount_fs(const char *virt_name, int fsaFd, const char *dev_path, const char *mount_path)
Definition: iosuhax_devoptab.c:1113
int unmount_fs(const char *virt_name)
Definition: iosuhax_devoptab.c:1131