148af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris/****************************************************************************
248af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ****************************************************************************
348af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***
448af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   This header was automatically generated from a Linux kernel header
548af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   of the same name, to make information necessary for userspace to
648af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   call into the kernel available to libc.  It contains only constants,
748af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   structures, and macros generated from the original header, and thus,
848af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   contains no copyrightable information.
948af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***
1048af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   To edit the content of this header, modify the corresponding
1148af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   source file (e.g. under external/kernel-headers/original/) then
1248af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   run bionic/libc/kernel/tools/update_all.py
1348af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***
1448af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   Any manual change here will be lost the next time this script will
1548af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***   be run. You've been warned!
1648af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ***
1748af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ****************************************************************************
1848af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris ****************************************************************************/
1948af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris#ifndef _UAPI__ULEDS_H_
2048af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris#define _UAPI__ULEDS_H_
2148af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris#define LED_MAX_NAME_SIZE 64
2248af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferrisstruct uleds_user_dev {
2348af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris  char name[LED_MAX_NAME_SIZE];
2448af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris  int max_brightness;
2548af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris};
2648af7cb2e205dcc2f09a1a1b8a1a37c93e1943f0Christopher Ferris#endif
27