summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/ppc/qemu/qemu.fs8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ppc/qemu/qemu.fs b/arch/ppc/qemu/qemu.fs
index d6834219..7211d2dc 100644
--- a/arch/ppc/qemu/qemu.fs
+++ b/arch/ppc/qemu/qemu.fs
@@ -96,6 +96,14 @@ variable keyboard-phandle 0 keyboard-phandle !
; PREPOST-initializer
\ -------------------------------------------------------------------------
+\ Mac OF specific words
+\ -------------------------------------------------------------------------
+
+: parse-1hex 1 parse-nhex ;
+: parse-2hex 2 parse-nhex ;
+: parse-3hex 3 parse-nhex ;
+
+\ -------------------------------------------------------------------------
\ copyright property handling
\ -------------------------------------------------------------------------