Subversion Repositories HelenOS-historic

Rev

Rev 342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 342 Rev 421
Line 51... Line 51...
51
 
51
 
52
extern ofw_entry ofw;
52
extern ofw_entry ofw;
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 int ofw_call(const char *service, const int nargs, const int nret, ...);
56
extern __address 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 phandle ofw_find_device(const char *name);
58
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);
59
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);
60
extern void *ofw_claim(const void *addr, const int size, const int align);
61
extern void putchar(const char ch);
61
extern void putchar(const char ch);