diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:35:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-02-12 17:35:53 +0100 |
commit | 84357741a6a6e6430f199b2c3f7498e0e97da9ad (patch) | |
tree | 23e8d66ede9506b94c76fb36910ca3c7dd15c74e /include/sane/sanei_backend.h | |
parent | 302276dc1b90cfc972fb726ca94a23b18f4b0088 (diff) |
New upstream version 1.2.1upstream/1.2.1upstream
Diffstat (limited to 'include/sane/sanei_backend.h')
-rw-r--r-- | include/sane/sanei_backend.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sane/sanei_backend.h b/include/sane/sanei_backend.h index 32d8ce0..db4d7b8 100644 --- a/include/sane/sanei_backend.h +++ b/include/sane/sanei_backend.h @@ -24,14 +24,6 @@ # define __func__ "(unknown)" #endif -#ifdef HAVE_SYS_HW_H - /* OS/2 i/o-port access compatibility macros: */ -# define inb(p) _inp8 (p) -# define outb(v,p) _outp8 ((p),(v)) -# define ioperm(b,l,o) _portaccess ((b),(b)+(l)-1) -# define HAVE_IOPERM 1 -#endif - #ifndef HAVE_OS2_H #include <fcntl.h> #ifndef O_NONBLOCK |