Rev 534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 717 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __UINIT_H__ |
29 | #ifndef __UINIT_H__ |
30 | #define __UINIT_H__ |
30 | #define __UINIT_H__ |
31 | 31 | ||
32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
33 | 33 | ||
34 | extern void utext(void); |
- | |
35 | extern __u32 utext_size; |
- | |
36 | - | ||
37 | extern void uinit(void *arg); |
34 | extern void uinit(void *arg); |
38 | 35 | ||
39 | #endif |
36 | #endif |