diff options
author | Eric Andersen | 2000-07-11 17:29:36 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-11 17:29:36 +0000 |
commit | 61dc0571832b88097192a8c0eab190a44c577371 (patch) | |
tree | e8d48007f5e86b1fe04d3b4f4b56d53c6ef35eeb /busybox.def.h | |
parent | df5f6ba1159f8c1af500fa1b8eb9c9646e4de2a6 (diff) | |
download | busybox-61dc0571832b88097192a8c0eab190a44c577371.zip busybox-61dc0571832b88097192a8c0eab190a44c577371.tar.gz |
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 0f2bcef..854de14 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -25,6 +25,7 @@ #define BB_DMESG #define BB_DUTMP #define BB_DU +#define BB_DUMPKMAP #define BB_ECHO #define BB_FBSET #define BB_FDFLUSH |