Make #include guard naming consistent
[fw/openocd] / src / jtag / aice / aice_transport.h
index fea3d4c2ac3aa010619716a4a89dedc37614e739..3af8bc2ee8f44d0a3f566f1caa749e35ee040c65 100644 (file)
@@ -16,9 +16,9 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef _AICE_TRANSPORT_
-#define _AICE_TRANSPORT_
+#ifndef OPENOCD_JTAG_AICE_AICE_TRANSPORT_H
+#define OPENOCD_JTAG_AICE_AICE_TRANSPORT_H
 
 extern const char *aice_transports[];
 
-#endif
+#endif /* OPENOCD_JTAG_AICE_AICE_TRANSPORT_H */