mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 05:00:14 -04:00
5 lines
103 B
C
5 lines
103 B
C
#include <sys/ioctl.h>
|
|
|
|
#define INTROTOGGLE _IOWR('i', 1, int)
|
|
#define INTROTOGGLE_R _IOW('i', 2, int)
|