Changeset f817d3a in mainline for boot/genarch/ofw.h
- Timestamp:
- 2009-01-29T17:24:35Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 43d6401
- Parents:
- 26c67a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/ofw.h
r26c67a8 rf817d3a 75 75 void *addr; 76 76 uint32_t size; 77 } keyboard_t;77 } macio_t; 78 78 79 79 typedef struct { … … 123 123 extern int ofw_memmap(memmap_t *map); 124 124 extern int ofw_screen(screen_t *screen); 125 extern int ofw_ keyboard(keyboard_t *keyboard);125 extern int ofw_macio(macio_t *macio); 126 126 extern int setup_palette(void); 127 127 extern void ofw_quiesce(void);
Note:
See TracChangeset
for help on using the changeset viewer.