summaryrefslogtreecommitdiff
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-11-10 20:26:01 +0000
committerJens Arnold <amiconn@rockbox.org>2006-11-10 20:26:01 +0000
commit780f79e7a4028a57e4bf591539a540dbfae2496d (patch)
tree48ddec4b94e11ebc545070b2af6f52144661bf3c /firmware/export/thread.h
parent270cb0b68172c740820f772563e66a79308e641e (diff)
downloadrockbox-780f79e7a4028a57e4bf591539a540dbfae2496d.tar.gz
rockbox-780f79e7a4028a57e4bf591539a540dbfae2496d.zip
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11504 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/thread.h')
-rw-r--r--firmware/export/thread.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index 72c692ec3b..8bb9ae2608 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -74,13 +74,6 @@ struct regs
74 unsigned int lr; /* r14 (lr) */ 74 unsigned int lr; /* r14 (lr) */
75 void *start; /* Thread start address, or NULL when started */ 75 void *start; /* Thread start address, or NULL when started */
76}; 76};
77# elif CONFIG_CPU == TCC730
78struct regs
79{
80 void *sp; /* Stack pointer (a15) */
81 void *start; /* Thread start address */
82 int started; /* 0 when not started */
83};
84# endif 77# endif
85 78
86#endif /* !SIMULATOR */ 79#endif /* !SIMULATOR */