Rev 631 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 631 | Rev 1104 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __FUNC_H__ |
29 | #ifndef __FUNC_H__ |
30 | #define __FUNC_H__ |
30 | #define __FUNC_H__ |
31 | 31 | ||
32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
33 | #include <typedefs.h> |
33 | #include <typedefs.h> |
34 | #include <arch/atomic.h> |
34 | #include <atomic.h> |
35 | 35 | ||
36 | extern atomic_t haltstate; |
36 | extern atomic_t haltstate; |
37 | 37 | ||
38 | extern void halt(void); |
38 | extern void halt(void); |
39 | 39 |