aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/mgmt-cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hsm/mgmt-cli.h')
-rw-r--r--projects/hsm/mgmt-cli.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/hsm/mgmt-cli.h b/projects/hsm/mgmt-cli.h
index c96dae6..35694aa 100644
--- a/projects/hsm/mgmt-cli.h
+++ b/projects/hsm/mgmt-cli.h
@@ -67,6 +67,12 @@
_cli_cmd_struct(name, name, cmd_##name, (char *) help); \
cli_register_command2(cli, &cmd_##name##_s, NULL)
+#define cli_set_cmd_privilege(name, p) \
+ cmd_##name##_s.privilege = p
+
+#define cli_set_cmd_mode(name, m) \
+ cmd_##name##_s.mode = m
+
typedef enum {
DMA_RX_STOP,