Revert "target: remove unused working area 'user' field"
[fw/openocd] / src / hello.h
index fc674ad6ef469f9550fcba6436381924ce249afa..319faa30df4841857e5c0178d5070d98bf692234 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.
  */
 extern const struct command_registration hello_command_handlers[];
 
-#endif // OPENOCD_HELLO_H
+#endif /* OPENOCD_HELLO_H */