aboutsummaryrefslogtreecommitdiff
path: root/forth/system
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2010-01-01 18:17:15 +0000
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2010-01-01 18:17:15 +0000
commit46f2ccaf6df8d5ccad701135e63f67769e9edd21 (patch)
tree59e3d2b8d8298975e153ff69bf49b0c520155cc2 /forth/system
parent4d0214e2bf9f6cd8a0dfd05f8da953425acbf601 (diff)
downloadopenbios-46f2ccaf6df8d5ccad701135e63f67769e9edd21.zip
openbios-46f2ccaf6df8d5ccad701135e63f67769e9edd21.tar.gz
openbios-46f2ccaf6df8d5ccad701135e63f67769e9edd21.tar.bz2
Change the new-device word so that subsequent words within a new device are added to the public wordlist and not
the private wordlist by default. This is required for executing Milax Fcode which defines package words which need to be externally visible. As a consequence, it is now possible to remove lots of "external" words used building the device tree since this is now the default. git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@655 f158a5a8-5612-0410-a976-696ce0be7e32
Diffstat (limited to 'forth/system')
-rw-r--r--forth/system/ciface.fs2
1 files changed, 2 insertions, 0 deletions
diff --git a/forth/system/ciface.fs b/forth/system/ciface.fs
index 95d70c9..b2035bc 100644
--- a/forth/system/ciface.fs
+++ b/forth/system/ciface.fs
@@ -11,6 +11,8 @@ active-package to ciface-ph
\ private stuff
\ -------------------------------------------------------------
+private
+
variable callback-function
: ?phandle ( phandle -- phandle )