diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-02-07 10:13:23 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-07 10:13:23 +0000 |
| commit | cb2de174c14389b7846fa14c0b1bcc37c3c72f31 (patch) | |
| tree | 1e692657fb70a8fb4d39bb5e8a464e9c8335d133 /firmware | |
| parent | 83131fa6e78ea10167e7259e148054b277a0861b (diff) | |
| download | rockbox-cb2de174c14389b7846fa14c0b1bcc37c3c72f31.zip rockbox-cb2de174c14389b7846fa14c0b1bcc37c3c72f31.tar.gz rockbox-cb2de174c14389b7846fa14c0b1bcc37c3c72f31.tar.bz2 rockbox-cb2de174c14389b7846fa14c0b1bcc37c3c72f31.tar.xz | |
more moves
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/common/disk.h | 35 | ||||
| -rw-r--r-- | firmware/export/lcd-player-charset.h (renamed from firmware/drivers/lcd-player-charset.h) | 0 | ||||
| -rw-r--r-- | firmware/include/atoi.h (renamed from firmware/common/atoi.h) | 0 | ||||
| -rw-r--r-- | firmware/include/dir.h (renamed from firmware/common/dir.h) | 0 | ||||
| -rw-r--r-- | firmware/include/errno.h (renamed from firmware/common/errno.h) | 0 | ||||
| -rw-r--r-- | firmware/include/file.h (renamed from firmware/common/file.h) | 0 | ||||
| -rw-r--r-- | firmware/include/sprintf.h (renamed from firmware/common/sprintf.h) | 0 | ||||
| -rw-r--r-- | firmware/include/timefuncs.h (renamed from firmware/common/timefuncs.h) | 0 |
8 files changed, 0 insertions, 35 deletions
diff --git a/firmware/common/disk.h b/firmware/common/disk.h deleted file mode 100644 index 865b7bb..0000000 --- a/firmware/common/disk.h +++ /dev/null @@ -1,35 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Björn Stenberg - * - * 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. - * - ****************************************************************************/ -#ifndef _DISK_H_ -#define _DISK_H_ - -struct partinfo { - unsigned long start; /* first sector (LBA) */ - unsigned long size; /* number of sectors */ - unsigned char type; -}; - -#define PARTITION_TYPE_FAT32 0x0b -#define PARTITION_TYPE_FAT32_LBA 0x0c - -/* returns a pointer to an array of 8 partinfo structs */ -struct partinfo* disk_init(void); -struct partinfo* disk_partinfo(int partition); - -#endif diff --git a/firmware/drivers/lcd-player-charset.h b/firmware/export/lcd-player-charset.h index 2789f8d..2789f8d 100644 --- a/firmware/drivers/lcd-player-charset.h +++ b/firmware/export/lcd-player-charset.h diff --git a/firmware/common/atoi.h b/firmware/include/atoi.h index 1188796..1188796 100644 --- a/firmware/common/atoi.h +++ b/firmware/include/atoi.h diff --git a/firmware/common/dir.h b/firmware/include/dir.h index 6b275ab..6b275ab 100644 --- a/firmware/common/dir.h +++ b/firmware/include/dir.h diff --git a/firmware/common/errno.h b/firmware/include/errno.h index 4162f6a..4162f6a 100644 --- a/firmware/common/errno.h +++ b/firmware/include/errno.h diff --git a/firmware/common/file.h b/firmware/include/file.h index ff70c01..ff70c01 100644 --- a/firmware/common/file.h +++ b/firmware/include/file.h diff --git a/firmware/common/sprintf.h b/firmware/include/sprintf.h index ecbbc8a..ecbbc8a 100644 --- a/firmware/common/sprintf.h +++ b/firmware/include/sprintf.h diff --git a/firmware/common/timefuncs.h b/firmware/include/timefuncs.h index 3845b94..3845b94 100644 --- a/firmware/common/timefuncs.h +++ b/firmware/include/timefuncs.h |