diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-11 17:29:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-11 17:29:36 +0000 |
commit | 61dc0571832b88097192a8c0eab190a44c577371 (patch) | |
tree | e8d48007f5e86b1fe04d3b4f4b56d53c6ef35eeb /busybox.def.h | |
parent | df5f6ba1159f8c1af500fa1b8eb9c9646e4de2a6 (diff) | |
download | busybox-w32-61dc0571832b88097192a8c0eab190a44c577371.tar.gz busybox-w32-61dc0571832b88097192a8c0eab190a44c577371.tar.bz2 busybox-w32-61dc0571832b88097192a8c0eab190a44c577371.zip |
Added 'dumpkmap' to allow people to dump a binary keymap, which can then be
loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 0f2bcefeb..854de1466 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #define BB_DMESG | 25 | #define BB_DMESG |
26 | #define BB_DUTMP | 26 | #define BB_DUTMP |
27 | #define BB_DU | 27 | #define BB_DU |
28 | #define BB_DUMPKMAP | ||
28 | #define BB_ECHO | 29 | #define BB_ECHO |
29 | #define BB_FBSET | 30 | #define BB_FBSET |
30 | #define BB_FDFLUSH | 31 | #define BB_FDFLUSH |