Decompile bootPhase1

This commit is contained in:
Ryan Dwyer
2022-08-22 19:30:51 +10:00
parent 9da91a226d
commit 83d0268f19
8 changed files with 124 additions and 362 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ typedef struct OSThread_s {
/* Thread operations */
extern void osCreateThread(OSThread *, OSId, void (*)(void *),
void *, void *, OSPri);
extern void osCreateThread(OSThread *, OSId, void (*)(void *), void *, void *, OSPri);
extern void osDestroyThread(OSThread *);
extern void osYieldThread(void);
extern void osStartThread(OSThread *);