This is an automated email from Gerrit.

Antony Pavlov (antonynpav...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/1941

-- gerrit

commit 55fce922784287b579e66c61fc114023ee6c2273
Author: Antony Pavlov <antonynpav...@gmail.com>
Date:   Sun Feb 9 00:10:07 2014 +0400

    usb_blaster: ublast_access.h: add guard macro
    
    Change-Id: I10f6e2048cf88f64f5dce275a273783365afd65c
    Signed-off-by: Antony Pavlov <antonynpav...@gmail.com>

diff --git a/src/jtag/drivers/usb_blaster/ublast_access.h 
b/src/jtag/drivers/usb_blaster/ublast_access.h
index 9a9762c..0c67d18 100644
--- a/src/jtag/drivers/usb_blaster/ublast_access.h
+++ b/src/jtag/drivers/usb_blaster/ublast_access.h
@@ -22,6 +22,9 @@
  *
  */
 
+#ifndef __UBLAST_ACCESS_H__
+#define __UBLAST_ACCESS_H__
+
 #include <libusb_common.h>
 
 /* Low level flags */
@@ -64,3 +67,5 @@ struct ublast_lowlevel {
 extern struct ublast_lowlevel *ublast_register_ftdi(void);
 extern struct ublast_lowlevel *ublast_register_ftd2xx(void);
 extern struct ublast_lowlevel *ublast2_register_libusb(void);
+
+#endif /* __UBLAST_ACCESS_H__ */

-- 

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to