Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 2482 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | * @ingroup libcmips32eb |
33 | * @ingroup libcmips32eb |
34 | */ |
34 | */ |
35 | 35 | ||
36 | #ifndef LIBC_mips32_PSTHREAD_H_ |
36 | #ifndef LIBC_mips32_FIBRIL_H_ |
37 | #define LIBC_mips32_PSTHREAD_H_ |
37 | #define LIBC_mips32_FIBRIL_H_ |
38 | 38 | ||
39 | #include <types.h> |
39 | #include <types.h> |
40 | 40 | ||
41 | /* We define our own context_set, because we need to set |
41 | /* We define our own context_set, because we need to set |
42 | * the TLS pointer to the tcb+0x7000 |
42 | * the TLS pointer to the tcb+0x7000 |