--- Net2/sys/tablet.h 2018/04/24 18:03:58 1.1.1.1 +++ Net2/sys/tablet.h 2018/04/24 18:17:01 1.1.1.3 @@ -30,20 +30,16 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)tablet.h 7.5 (Berkeley) 2/15/91 + * from: @(#)tablet.h 7.5 (Berkeley) 2/15/91 + * tablet.h,v 1.4 1993/05/20 16:23:18 cgd Exp */ -#ifndef _TABLET_H_ -#define _TABLET_H_ +#ifndef _SYS_TABLET_H_ +#define _SYS_TABLET_H_ /* * Tablet line discipline. */ -#ifdef KERNEL -#include "../h/ioctl.h" -#else -#include -#endif /* * Reads on the tablet return one of the following structures, depending on @@ -94,6 +90,5 @@ struct polpos { #define TBDIGIHIRES 0x8 /* gtco digi-pad, high res */ #define BIOSTYPE _IOW('b', 3, int) /* set tablet type */ #define BIOGTYPE _IOR('b', 4, int) /* get tablet type*/ -#endif -#endif /* !_TABLET_H_ */ +#endif /* !_SYS_TABLET_H_ */