Rev 1595 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1595 | Rev 1597 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | /* TODO */ |
52 | /* TODO */ |
| 53 | } |
53 | } |
| 54 | static inline int istate_from_uspace(istate_t *istate) |
54 | static inline int istate_from_uspace(istate_t *istate) |
| 55 | { |
55 | { |
| 56 | /* TODO */ |
56 | /* TODO */ |
| - | 57 | return 0; |
|
| 57 | } |
58 | } |
| 58 | static inline __native istate_get_pc(istate_t *istate) |
59 | static inline __native istate_get_pc(istate_t *istate) |
| 59 | { |
60 | { |
| 60 | /* TODO */ |
61 | /* TODO */ |
| - | 62 | return 0; |
|
| 61 | } |
63 | } |
| 62 | 64 | ||
| 63 | 65 | ||
| 64 | extern void interrupt_register(int n, const char *name, iroutine f); |
66 | extern void interrupt_register(int n, const char *name, iroutine f); |
| 65 | 67 | ||