Subversion Repositories HelenOS-historic

Rev

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

Rev 193 Rev 207
Line 55... Line 55...
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 int 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 putchar(const char ch);
61
extern void putchar(const char ch);
61
 
62
 
62
#endif
63
#endif