No empty .Rs/.Re
[netbsd-mini2440.git] / share / examples / pud / intro / common.h
blob1a3e11faa8b019fe4d869cae1dae4eb51dac02d6
1 #include <sys/ioctl.h>
3 #define INTROTOGGLE _IOWR('i', 1, int)
4 #define INTROTOGGLE_R _IOW('i', 2, int)