Rev 534 | Rev 1780 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 669 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | 53 | ||
54 | extern void ofw_init(void); |
54 | extern void ofw_init(void); |
55 | extern void ofw_done(void); |
55 | extern void ofw_done(void); |
56 | extern __native ofw_call(const char *service, const int nargs, const int nret, ...); |
56 | extern __native ofw_call(const char *service, const int nargs, const int nret, ...); |
57 | extern void ofw_putchar(const char ch); |
57 | extern void ofw_putchar(const char ch); |
- | 58 | extern char ofw_getchar(void); |
|
58 | extern phandle ofw_find_device(const char *name); |
59 | extern phandle ofw_find_device(const char *name); |
59 | extern int ofw_get_property(const phandle device, const char *name, void *buf, const int buflen); |
60 | extern int ofw_get_property(const phandle device, const char *name, void *buf, const int buflen); |
60 | extern void *ofw_claim(const void *addr, const int size, const int align); |
61 | extern void *ofw_claim(const void *addr, const int size, const int align); |
61 | 62 | ||
62 | #endif |
63 | #endif |