xref: /netbsd-src/share/examples/pud/intro/common.h (revision ba65fde2d7fefa7d39838fa5fa855e62bd606b5e)
1 #include <sys/ioctl.h>
2 
3 #define INTROTOGGLE	_IOWR('i', 1, int)
4 #define INTROTOGGLE_R	_IOW('i', 2, int)
5