3 * Definitions for the Mydev pseudo device.
7 #include <sys/device.h>
18 #define MYDEVOLDIOCTL _IOW('M', 0x1, struct mydev_params)
19 #define MYDEVSETPROPS _IOW('M', 0x2, struct plistref)
24 * Put kernel inter-module interfaces here, this
25 * pseudo device has none.