Rev 501 | Rev 518 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 501 | Rev 517 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 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 | 34 | ||
| 34 | extern __u32 haltstate; |
35 | extern __u32 haltstate; |
| 35 | 36 | ||
| 36 | extern void halt(void); |
37 | extern void halt(void); |
| 37 | 38 | ||
| - | 39 | extern size_t strlen(const char *str); |
|
| 38 | extern int strcmp(const char *src, const char *dst); |
40 | extern int strcmp(const char *src, const char *dst, size_t len); |
| 39 | 41 | ||
| 40 | #endif |
42 | #endif |