#ifndef sys_ioctl_h

#ifdef SUN4
#if !defined(_sys_ioctl_h)
#include <sys/ioctl.h>
#endif
#define sys_ioctl_h
#endif

#ifdef Linux
#include <asm/ioctls.h>
#define sys_ioctl_h
#endif

#ifndef sys_ioctl_h
#include <sys/ioctl.h>
#define sys_ioctl_h
#endif

#endif
