X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=6bad7692c803ff9dd3d7482736b68b55be783147;hb=6a1c0009842a1857b863655813595292422a512b;hp=7fa70c7897034c3a8a5fcab34f5825c314c32644;hpb=cd505625984870e36f98323209d3c2d7273e3266;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 7fa70c7..6bad769 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -97,13 +97,14 @@ typedef enum CEC_TRUE = 1 } ECecBoolean; -typedef enum -{ - CEC_VERSION_1_2 = 0x01, - CEC_VERSION_1_2A = 0x02, - CEC_VERSION_1_3 = 0x03, - CEC_VERSION_1_3A = 0x04 -} ECecVersion; +typedef enum cec_version +{ + CEC_VERSION_UNKNOWN = 0x00, + CEC_VERSION_1_2 = 0x01, + CEC_VERSION_1_2A = 0x02, + CEC_VERSION_1_3 = 0x03, + CEC_VERSION_1_3A = 0x04 +} cec_version; typedef enum {