summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_vm_command.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-07 23:34:55 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-07 23:34:55 +0000
commit69af1256d8e122ada66328ea3ff7fd41931ee0be (patch)
tree705b68cf7a338591e34e92c7b40a458119cae8a3 /mixlib/mix_vm_command.h
parent244923c8349b63ca2d81ace6bce46744023cc20b (diff)
downloadmdk-69af1256d8e122ada66328ea3ff7fd41931ee0be.tar.gz
mdk-69af1256d8e122ada66328ea3ff7fd41931ee0be.tar.bz2
use of devdir command
Diffstat (limited to 'mixlib/mix_vm_command.h')
-rw-r--r--mixlib/mix_vm_command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mixlib/mix_vm_command.h b/mixlib/mix_vm_command.h
index 40bb7e8..45e2c8c 100644
--- a/mixlib/mix_vm_command.h
+++ b/mixlib/mix_vm_command.h
@@ -68,6 +68,7 @@ typedef enum {
MIX_CMD_W2D, /* print word in decimal notation */
MIX_CMD_TRACING, /* enable/disable instruction traces */
MIX_CMD_TIMING, /* enable/disable timing statistics */
+ MIX_CMD_DEVDIR, /* print/set device directory */
MIX_CMD_INVALID, /* invalid command identifier */
} mix_vm_command_t;