You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _LINUX_CEC_H_
|
|
#define _LINUX_CEC_H_
|
|
|
|
#define CEC_IOC_MAGIC 'c'
|
|
|
|
/**
|
|
* CEC device request code to set logical address.
|
|
*/
|
|
#define CEC_IOC_SETLADDR _IOW(CEC_IOC_MAGIC, 0, unsigned int)
|
|
|
|
#endif /* _LINUX_CEC_H_ */
|
|
|