summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-07 10:13:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-07 10:13:23 +0000
commitcb2de174c14389b7846fa14c0b1bcc37c3c72f31 (patch)
tree1e692657fb70a8fb4d39bb5e8a464e9c8335d133
parent83131fa6e78ea10167e7259e148054b277a0861b (diff)
downloadrockbox-cb2de174c14389b7846fa14c0b1bcc37c3c72f31.tar.gz
rockbox-cb2de174c14389b7846fa14c0b1bcc37c3c72f31.zip
more moves
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3221 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/common/disk.h35
-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 865b7bb4b4..0000000000
--- a/firmware/common/disk.h
+++ /dev/null
@@ -1,35 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 by Björn Stenberg
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19#ifndef _DISK_H_
20#define _DISK_H_
21
22struct partinfo {
23 unsigned long start; /* first sector (LBA) */
24 unsigned long size; /* number of sectors */
25 unsigned char type;
26};
27
28#define PARTITION_TYPE_FAT32 0x0b
29#define PARTITION_TYPE_FAT32_LBA 0x0c
30
31/* returns a pointer to an array of 8 partinfo structs */
32struct partinfo* disk_init(void);
33struct partinfo* disk_partinfo(int partition);
34
35#endif
diff --git a/firmware/drivers/lcd-player-charset.h b/firmware/export/lcd-player-charset.h
index 2789f8da70..2789f8da70 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 118879622b..118879622b 100644
--- a/firmware/common/atoi.h
+++ b/firmware/include/atoi.h
diff --git a/firmware/common/dir.h b/firmware/include/dir.h
index 6b275abda8..6b275abda8 100644
--- a/firmware/common/dir.h
+++ b/firmware/include/dir.h
diff --git a/firmware/common/errno.h b/firmware/include/errno.h
index 4162f6a9ed..4162f6a9ed 100644
--- a/firmware/common/errno.h
+++ b/firmware/include/errno.h
diff --git a/firmware/common/file.h b/firmware/include/file.h
index ff70c017be..ff70c017be 100644
--- a/firmware/common/file.h
+++ b/firmware/include/file.h
diff --git a/firmware/common/sprintf.h b/firmware/include/sprintf.h
index ecbbc8a419..ecbbc8a419 100644
--- a/firmware/common/sprintf.h
+++ b/firmware/include/sprintf.h
diff --git a/firmware/common/timefuncs.h b/firmware/include/timefuncs.h
index 3845b946c5..3845b946c5 100644
--- a/firmware/common/timefuncs.h
+++ b/firmware/include/timefuncs.h