sanei: Remove no longer used code from sanei_backend.h

pixma-add-canon-ts-3400-series
Thierry HUCHARD 2021-12-15 22:37:01 +02:00 zatwierdzone przez Povilas Kanapickas
rodzic ab11e42894
commit 8a2a81a83c
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -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