aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/fat/io_nmmc.h
blob: 5244d218683f19dde93c687b8ed96765347b0d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*
	io_NMMC.h 

	Hardware Routines for reading an SD or MMC card using
	a Neoflash MK2 or MK3.

	Written by www.neoflash.com

	This software is completely free. No warranty is provided.
	If you use it, please give me credit and email me about your
	project at chishm@hotmail.com

	See gba_nds_fat.txt for help and license details.
*/

#ifndef IO_NMMC_H
#define IO_NMMC_H

// 'NMMC'
#define DEVICE_TYPE_NMMC 0x434D4D4E

#include "disc_io.h"

// export interface
extern LPIO_INTERFACE NMMC_GetInterface(void) ;

#endif	// define IO_NMMC_H
/*
	io_NMMC.h 

	Hardware Routines for reading an SD or MMC card using
	a Neoflash MK2 or MK3.

	Written by www.neoflash.com

	This software is completely free. No warranty is provided.
	If you use it, please give me credit and email me about your
	project at chishm@hotmail.com

	See gba_nds_fat.txt for help and license details.
*/

#ifndef IO_NMMC_H
#define IO_NMMC_H

// 'NMMC'
#define DEVICE_TYPE_NMMC 0x434D4D4E

#include "disc_io.h"

// export interface
extern LPIO_INTERFACE NMMC_GetInterface(void) ;

#endif	// define IO_NMMC_H