X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=808fb95a15fc7b8c13945d12907bbfd329fc7a0b;hb=b60a3d77387e19e56afcadafb5dd12e69764b524;hp=951def42b0f9a6f62514dfa206cd5904bc84ff29;hpb=30b4aac02b90b71baaf1f41bab67cb1c77c4858f;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 951def4..808fb95 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -466,15 +466,11 @@ typedef enum cec_user_control_code CEC_USER_CONTROL_CODE_F4_YELLOW = 0x74, CEC_USER_CONTROL_CODE_F5 = 0x75, CEC_USER_CONTROL_CODE_DATA = 0x76, - CEC_USER_CONTROL_CODE_MAX = 0x76, + CEC_USER_CONTROL_CODE_AN_RETURN = 0x91, + CEC_USER_CONTROL_CODE_MAX = 0x91, CEC_USER_CONTROL_CODE_UNKNOWN } cec_user_control_code; -typedef enum cec_an_user_control_code -{ - CEC_AN_USER_CONTROL_CODE_RETURN = 0x91 -} cec_an_user_control_code; - typedef enum cec_logical_address { CECDEVICE_UNKNOWN = -1, //not a valid logical address