]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/agilent-dmm.h
Various cosmetics, whitespace, consistency fixes.
[libsigrok.git] / hardware / agilent-dmm / agilent-dmm.h
index ec18c3dae42387d4a73dca0aa67b88ba575cefe6..43fed2406ef00c3409deb73eb4aca5d98b71336f 100644 (file)
@@ -17,9 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-
-#ifndef LIBSIGROK_AGILENT_DMM_H
-#define LIBSIGROK_AGILENT_DMM_H
+#ifndef LIBSIGROK_HARDWARE_AGILENT_DMM_AGILENT_DMM_H
+#define LIBSIGROK_HARDWARE_AGILENT_DMM_AGILENT_DMM_H
 
 /* Message logging helpers with subsystem-specific prefix string. */
 #define LOG_PREFIX "agilent-dmm: "
@@ -85,4 +84,4 @@ struct agdmm_recv {
 
 SR_PRIV int agdmm_receive_data(int fd, int revents, void *cb_data);
 
-#endif /* LIBSIGROK_AGILENT_DMM_H */
+#endif