Changeset deb14fb in mainline for boot/genarch/ofw.c


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

File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.