X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Fsmp.h;h=c3e6c6ceae2c2177a461ecb44eb25f1d5f0b51f8;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hp=3543bf5b4c9afae0d9917c7762a6808b86dfb8e1;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=fw%2Fopenocd diff --git a/src/target/smp.h b/src/target/smp.h index 3543bf5b4..c3e6c6cea 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 */