summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_jz47xx
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 22:11:24 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 22:11:24 +0000
commit66149b454bfcff32ea6bb564b8d49fabc5f020d7 (patch)
tree93b381c88d8f462c2e8319d92c418b93d801f276 /firmware/target/mips/ingenic_jz47xx
parent28d1af853c5e853e69991b29b5acc6b2e3b1abfe (diff)
ingenic_jz: remove ata-nand-target.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31616 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/mips/ingenic_jz47xx')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c1
-rw-r--r--firmware/target/mips/ingenic_jz47xx/ata-nand-target.h28
2 files changed, 0 insertions, 29 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c b/firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c
index 55c742b8b0..f201983404 100644
--- a/firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c
+++ b/firmware/target/mips/ingenic_jz47xx/ata-nand-jz4740.c
@@ -22,7 +22,6 @@
#include "config.h"
#include "jz4740.h"
#include "nand.h"
-//#include "ata-nand-target.h" /* TODO */
#include "nand_id.h"
#include "system.h"
#include "panic.h"
diff --git a/firmware/target/mips/ingenic_jz47xx/ata-nand-target.h b/firmware/target/mips/ingenic_jz47xx/ata-nand-target.h
deleted file mode 100644
index c8b2376e41..0000000000
--- a/firmware/target/mips/ingenic_jz47xx/ata-nand-target.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- * $Id$
- *
- * Copyright (C) 2008 by Maurus Cuelenaere
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- ****************************************************************************/
-#ifndef ATA_NAND_TARGET_H
-#define ATA_NAND_TARGET_H
-
-int nand_read_sectors(unsigned long start, int count, void* buf);
-int nand_write_sectors(unsigned long start, int count, const void* buf);
-int nand_init(void);
-
-#endif