Subversion Repositories HelenOS-historic

Rev

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

Rev 1058 Rev 1075
Line 54... Line 54...
54
 
54
 
55
extern void init(void);
55
extern void init(void);
56
extern void ofw_write(const char *str, const int len);
56
extern void ofw_write(const char *str, const int len);
57
 
57
 
58
extern void *ofw_translate(const void *virt);
58
extern void *ofw_translate(const void *virt);
-
 
59
extern int ofw_map(const void *phys, const void *virt, const int size, const int mode);
59
extern int ofw_memmap(memmap_t *map);
60
extern int ofw_memmap(memmap_t *map);
60
 
61
 
61
#endif
62
#endif