]> sigrok.org Git - sigrok-util.git/blobdiff - source/drv-protocol.h
new-driver: Fix #include guard naming.
[sigrok-util.git] / source / drv-protocol.h
index dae5ffed5e3c665df998412e1b757126d6541ffb..3f0cf65de0ebbd4b0e4713e75e5654a604607a56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) ${year} ${author} <${email}>
  *
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef LIBSIGROK_${upper}_H
-#define LIBSIGROK_${upper}_H
+#ifndef LIBSIGROK_HARDWARE_${upper}_PROTOCOL_H
+#define LIBSIGROK_HARDWARE_${upper}_PROTOCOL_H
 
 /** Private, per-device-instance driver context. */
 struct dev_context {