Make #include guard naming consistent
[fw/openocd] / src / target / smp.h
index 3543bf5b4c9afae0d9917c7762a6808b86dfb8e1..c3e6c6ceae2c2177a461ecb44eb25f1d5f0b51f8 100644 (file)
@@ -16,6 +16,9 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
+#ifndef OPENOCD_TARGET_SMP_H
+#define OPENOCD_TARGET_SMP_H
+
 #include "server/server.h"
 
 int gdb_read_smp_packet(struct connection *connection,
@@ -23,3 +26,4 @@ int gdb_read_smp_packet(struct connection *connection,
 int gdb_write_smp_packet(struct connection *connection,
                char const *packet, int packet_size);
 
+#endif /* OPENOCD_TARGET_SMP_H */