Author: arty
Date: Tue Sep 26 07:29:53 2006
New Revision: 24274
URL:
http://svn.reactos.org/svn/reactos?rev=24274&view=rev
Log:
Added some needed OFW calls.
Modified:
branches/powerpc/reactos/tools/ofw_interface/calls.ofw
Modified: branches/powerpc/reactos/tools/ofw_interface/calls.ofw
URL:
http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/tools/ofw_inter…
==============================================================================
--- branches/powerpc/reactos/tools/ofw_interface/calls.ofw (original)
+++ branches/powerpc/reactos/tools/ofw_interface/calls.ofw Tue Sep 26 07:29:53 2006
@@ -8,12 +8,14 @@
exit 0 0
child 1 1 int int
peer 1 1 int int
+parent 1 1 int int
seek 3 1 int int int int
# MMU methods
# claim (virt size align -- base)
claim 3 1 int int int int
# release (virt size --)
release 2 0 int int
+package-to-path 3 1 int char*:arg2 int int
# Declare the call-method BE function
+call-method 0 0
# Convenience functions that interact closely with OFW (written in BE asm)