]> git.gag.com Git - fw/openocd/blobdiff - src/server/telnet_server.h
Make #include guard naming consistent
[fw/openocd] / src / server / telnet_server.h
index ad3981ff5c31b4f85e09a33a7a87077a59242460..04ba965708c49f85d5ab658fc3c60e22cf187af8 100644 (file)
@@ -22,8 +22,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef TELNET_SERVER_H
-#define TELNET_SERVER_H
+#ifndef OPENOCD_SERVER_TELNET_SERVER_H
+#define OPENOCD_SERVER_TELNET_SERVER_H
 
 #include <server/server.h>
 
@@ -67,4 +67,4 @@ struct telnet_service {
 int telnet_init(char *banner);
 int telnet_register_commands(struct command_context *command_context);
 
-#endif /* TELNET_SERVER_H */
+#endif /* OPENOCD_SERVER_TELNET_SERVER_H */