From 66149b454bfcff32ea6bb564b8d49fabc5f020d7 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 7 Jan 2012 22:11:24 +0000 Subject: ingenic_jz: remove ata-nand-target.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31616 a1c6a512-1295-4272-9138-f99709370657 --- .../target/mips/ingenic_jz47xx/ata-nand-jz4740.c | 1 - .../target/mips/ingenic_jz47xx/ata-nand-target.h | 28 ---------------------- 2 files changed, 29 deletions(-) delete mode 100644 firmware/target/mips/ingenic_jz47xx/ata-nand-target.h 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 -- cgit v1.2.3