1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI__ULEDS_H_ 7 #define _UAPI__ULEDS_H_ 8 #define LED_MAX_NAME_SIZE 64 9 struct uleds_user_dev { 10 char name[LED_MAX_NAME_SIZE]; 11 int max_brightness; 12 }; 13 #endif 14