X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhello.h;h=319faa30df4841857e5c0178d5070d98bf692234;hb=cbfc443c7b8582631d389bd1932334487f9a1576;hp=fc674ad6ef469f9550fcba6436381924ce249afa;hpb=a93b404161dc42f8dee805c8f95bc4974aded9cb;p=fw%2Fopenocd diff --git a/src/hello.h b/src/hello.h index fc674ad6e..319faa30d 100644 --- a/src/hello.h +++ b/src/hello.h @@ -20,16 +20,12 @@ #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 */