FreeBSD kernel usb device Code
uled_ioctl.h File Reference
#include <sys/ioccom.h>
Include dependency graph for uled_ioctl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  uled_color
 

Macros

#define ULED_GET_COLOR   _IOR('U', 205, struct uled_color)
 
#define ULED_SET_COLOR   _IOW('U', 206, struct uled_color)
 

Macro Definition Documentation

◆ ULED_GET_COLOR

#define ULED_GET_COLOR   _IOR('U', 205, struct uled_color)

Definition at line 40 of file uled_ioctl.h.

◆ ULED_SET_COLOR

#define ULED_SET_COLOR   _IOW('U', 206, struct uled_color)

Definition at line 41 of file uled_ioctl.h.