summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/sync_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/sync_cmd.c')
-rw-r--r--src/hci/commands/sync_cmd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/hci/commands/sync_cmd.c b/src/hci/commands/sync_cmd.c
index 54799d422..e3b97298c 100644
--- a/src/hci/commands/sync_cmd.c
+++ b/src/hci/commands/sync_cmd.c
@@ -22,6 +22,7 @@
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
#include <string.h>
#include <stdio.h>
@@ -77,7 +78,4 @@ static int sync_exec ( int argc, char **argv ) {
}
/** Sync commands */
-struct command sync_command __command = {
- .name = "sync",
- .exec = sync_exec,
-};
+COMMAND ( sync, sync_exec );