diff options
| author | Hristo Kovachev <bger@rockbox.org> | 2006-08-11 08:35:27 +0000 |
|---|---|---|
| committer | Hristo Kovachev <bger@rockbox.org> | 2006-08-11 08:35:27 +0000 |
| commit | 9dc0e6222942b31ecf8a7ba4b8f4d1dff1d52caa (patch) | |
| tree | ca0458168d06e758160bae2980797ee52ed27fb4 /firmware/target/arm/ata-target.h | |
| parent | 2c3fd0ce7e035fe0c42fed1e4be9c5a22518fd6f (diff) | |
| download | rockbox-9dc0e6222942b31ecf8a7ba4b8f4d1dff1d52caa.zip rockbox-9dc0e6222942b31ecf8a7ba4b8f4d1dff1d52caa.tar.gz rockbox-9dc0e6222942b31ecf8a7ba4b8f4d1dff1d52caa.tar.bz2 rockbox-9dc0e6222942b31ecf8a7ba4b8f4d1dff1d52caa.tar.xz | |
Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10521 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/ata-target.h')
| -rw-r--r-- | firmware/target/arm/ata-target.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/firmware/target/arm/ata-target.h b/firmware/target/arm/ata-target.h new file mode 100644 index 0000000..417485f --- /dev/null +++ b/firmware/target/arm/ata-target.h @@ -0,0 +1,23 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2006 by Barry Wardell + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +void ata_reset(void); +void ata_enable(bool on); +bool ata_is_coldstart(void); +void ata_device_init(void); |