Changeset deb14fb in mainline


Ignore:
Timestamp:
2006-10-21T19:32:27Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
715a847
Parents:
8cee705
Message:

add OFW quiesce command

Location:
boot/genarch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw.c

    r8cee705 rdeb14fb  
    295295        return true;
    296296}
     297
     298
     299void ofw_quiesce(void)
     300{
     301    ofw_call("quiesce", 0, 0, NULL);
     302}
  • boot/genarch/ofw.h

    r8cee705 rdeb14fb  
    123123extern int ofw_screen(screen_t *screen);
    124124extern int ofw_keyboard(keyboard_t *keyboard);
     125extern void ofw_quiesce(void);
    125126
    126127#endif
Note: See TracChangeset for help on using the changeset viewer.