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