Changeset deb14fb in mainline
- Timestamp:
- 2006-10-21T19:32:27Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 715a847
- Parents:
- 8cee705
- Location:
- boot/genarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/ofw.c
r8cee705 rdeb14fb 295 295 return true; 296 296 } 297 298 299 void ofw_quiesce(void) 300 { 301 ofw_call("quiesce", 0, 0, NULL); 302 } -
boot/genarch/ofw.h
r8cee705 rdeb14fb 123 123 extern int ofw_screen(screen_t *screen); 124 124 extern int ofw_keyboard(keyboard_t *keyboard); 125 extern void ofw_quiesce(void); 125 126 126 127 #endif
Note:
See TracChangeset
for help on using the changeset viewer.