|
|
@ -10,6 +10,10 @@
|
|
|
|
#ifndef APOGEELINUX_H
|
|
|
|
#ifndef APOGEELINUX_H
|
|
|
|
#define APOGEELINUX_H
|
|
|
|
#define APOGEELINUX_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef Q_OS_SOLARIS
|
|
|
|
|
|
|
|
#include <sys/ioccom.h>
|
|
|
|
|
|
|
|
#endif /* solaris */
|
|
|
|
|
|
|
|
|
|
|
|
#define APISA_READ_USHORT _IOR('a', 0x01, unsigned int)
|
|
|
|
#define APISA_READ_USHORT _IOR('a', 0x01, unsigned int)
|
|
|
|
#define APISA_READ_LINE _IOR('a', 0x02, unsigned int)
|
|
|
|
#define APISA_READ_LINE _IOR('a', 0x02, unsigned int)
|
|
|
|
#define APISA_WRITE_USHORT _IOW('a', 0x03, unsigned int)
|
|
|
|
#define APISA_WRITE_USHORT _IOW('a', 0x03, unsigned int)
|
|
|
|