diff options
author | Max Horn | 2008-06-01 21:47:24 +0000 |
---|---|---|
committer | Max Horn | 2008-06-01 21:47:24 +0000 |
commit | cb103cb9e2f620e436160dd9dda95aad7f397e93 (patch) | |
tree | 0752c4a03d14a505a74fabd6e991490a911272f8 /backends/platform/ds/arm9/source/fat | |
parent | ffc64511cab717ca1472f52647ee3a14cab350da (diff) | |
download | scummvm-rg350-cb103cb9e2f620e436160dd9dda95aad7f397e93.tar.gz scummvm-rg350-cb103cb9e2f620e436160dd9dda95aad7f397e93.tar.bz2 scummvm-rg350-cb103cb9e2f620e436160dd9dda95aad7f397e93.zip |
DS: Removed some duplicate file content (thanks to Qvist for pointing this out)
svn-id: r32479
Diffstat (limited to 'backends/platform/ds/arm9/source/fat')
-rw-r--r-- | backends/platform/ds/arm9/source/fat/io_efa2.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/backends/platform/ds/arm9/source/fat/io_efa2.h b/backends/platform/ds/arm9/source/fat/io_efa2.h index 27c4e9beb8..840c6b83ac 100644 --- a/backends/platform/ds/arm9/source/fat/io_efa2.h +++ b/backends/platform/ds/arm9/source/fat/io_efa2.h @@ -26,31 +26,3 @@ extern LPIO_INTERFACE EFA2_GetInterface(void); #endif // define IO_EFA2_H -/* - 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 - - This software is completely free. No warranty is provided. - If you use it, please give me credit and email me about your - project at cytex <at> gmx <dot> de and do not forget to also - drop chishm <at> hotmail <dot> com a line - - See gba_nds_fat.txt for help and license details. -*/ - -#ifndef IO_EFA2_H -#define IO_EFA2_H - -// 'EFA2' -#define DEVICE_TYPE_EFA2 0x32414645 - -#include "disc_io.h" - -// export interface -extern LPIO_INTERFACE EFA2_GetInterface(void); - -#endif // define IO_EFA2_H |