flash: use correct device_id mask
[fw/openocd] / src / hello.h
index fc674ad6ef469f9550fcba6436381924ce249afa..f41c67a3cab2db34635122917066e7585e6e1094 100644 (file)
 #ifndef OPENOCD_HELLO_H
 #define OPENOCD_HELLO_H
 
-struct command_context;
 struct command_registration;
 
-/// Register the hello commands in the specified command_context
-int hello_register_commands(struct command_context *cmd_ctx);
-
 /**
  * Export the registration for the hello command group, so it can be
  * embedded in example drivers.