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.
 
 
 
 
 
 
hardware_samsung/exynos4/hal/libhdmi/libsForhdmi/libcec/cec.h

11 lines
232 B

#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_ */