genericdmm: fix header guard

This commit is contained in:
Bert Vermeulen 2012-07-08 03:59:58 +02:00
parent 61136ea603
commit db1352007d
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
*/
#ifndef GENERICDMM_H_
#define GENERICDMM_H_
#ifndef LIBSIGROK_GENERICDMM_H
#define LIBSIGROK_GENERICDMM_H
/* SR_HWCAP_CONN takes one of these: */
#define DMM_CONN_USB_VIDPID "^([0--9a-z]{1,4}):([0--9a-z]{1,4})$"
@ -79,4 +79,4 @@ struct dmmchip {
};
#endif /* GENERICDMM_H_ */
#endif /* LIBSIGROK_GENERICDMM_H */