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