RetroArch
sd_fat_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 __SD_FAT_DEVOPTAB_H_
25 #define __SD_FAT_DEVOPTAB_H_
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 int mount_sd_fat(const char *path);
32 int unmount_sd_fat(const char *path);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* __SD_FAT_DEVOPTAB_H_ */
int mount_sd_fat(const char *path)
Definition: sd_fat_devoptab.c:995
int unmount_sd_fat(const char *path)
Definition: sd_fat_devoptab.c:1026
GLsizei const GLchar ** path
Definition: glext.h:7901