summaryrefslogtreecommitdiff
path: root/camlibs/mustek/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/mustek/io.h')
-rw-r--r--camlibs/mustek/io.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/camlibs/mustek/io.h b/camlibs/mustek/io.h
index d5477719e..c6e46924c 100644
--- a/camlibs/mustek/io.h
+++ b/camlibs/mustek/io.h
@@ -16,8 +16,8 @@
* Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifndef _IO_H
-#define _IO_H
+#ifndef CAMLIBS_MUSTEK_IO_H
+#define CAMLIBS_MUSTEK_IO_H
/* Maximum Number of tries, before a command is given up */
#define MDC800_DEFAULT_COMMAND_RETRY 4
@@ -45,4 +45,5 @@ int mdc800_io_sendCommand(GPPort *, unsigned char ,unsigned char,unsigned char,u
/* Helper Function for rs232 and usb */
int mdc800_io_getCommandTimeout(unsigned char);
-#endif
+
+#endif /* !defined(CAMLIBS_MUSTEK_IO_H) */