summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/libfat/source/disc_io/io_efa2.h
blob: d3a5e29c316c07cc4f8a8005e64fbdbcc6782ebb (plain) (tree)
1
2
3
4
5
6
7
8

                   
 
                                                
 

                                                        
 














                                   
/*
 io_efa2.h by CyteX

 Based on io_mpfc.h by chishm (Michael Chisholm)

 Hardware Routines for reading the NAND flash located on
 EFA2 flash carts

 Used with permission from Cytex.
*/

#ifndef IO_EFA2_H
#define IO_EFA2_H

// 'EFA2'
#define DEVICE_TYPE_EFA2 0x32414645

#include "disc_io.h"

// export interface
extern const IO_INTERFACE _io_efa2;

#endif	// define IO_EFA2_H