X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fsmp.h;h=c3e6c6ceae2c2177a461ecb44eb25f1d5f0b51f8;hp=3543bf5b4c9afae0d9917c7762a6808b86dfb8e1;hb=refs%2Fchanges%2F56%2F2956%2F5;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69 diff --git a/src/target/smp.h b/src/target/smp.h index 3543bf5b4c..c3e6c6ceae 100644 --- a/src/target/smp.h +++ b/src/target/smp.h @@ -16,6 +16,9 @@ * along with this program. If not, see . * ***************************************************************************/ +#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 */