diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-11-10 20:26:01 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-11-10 20:26:01 +0000 |
| commit | 780f79e7a4028a57e4bf591539a540dbfae2496d (patch) | |
| tree | 48ddec4b94e11ebc545070b2af6f52144661bf3c /firmware/export/thread.h | |
| parent | 270cb0b68172c740820f772563e66a79308e641e (diff) | |
| download | rockbox-780f79e7a4028a57e4bf591539a540dbfae2496d.zip rockbox-780f79e7a4028a57e4bf591539a540dbfae2496d.tar.gz rockbox-780f79e7a4028a57e4bf591539a540dbfae2496d.tar.bz2 rockbox-780f79e7a4028a57e4bf591539a540dbfae2496d.tar.xz | |
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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h index 72c692e..8bb9ae2 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -74,13 +74,6 @@ struct regs unsigned int lr; /* r14 (lr) */ void *start; /* Thread start address, or NULL when started */ }; -# elif CONFIG_CPU == TCC730 -struct regs -{ - void *sp; /* Stack pointer (a15) */ - void *start; /* Thread start address */ - int started; /* 0 when not started */ -}; # endif #endif /* !SIMULATOR */ |