mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libarmbox: hdmi_cec better readability
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -22,6 +22,26 @@
|
||||
|
||||
#include "video_lib.h"
|
||||
|
||||
#ifndef KEY_OK
|
||||
#define KEY_OK 0x160
|
||||
#endif
|
||||
|
||||
#ifndef KEY_RED
|
||||
#define KEY_RED 0x18e
|
||||
#endif
|
||||
|
||||
#ifndef KEY_GREEN
|
||||
#define KEY_GREEN 0x18f
|
||||
#endif
|
||||
|
||||
#ifndef KEY_YELLOW
|
||||
#define KEY_YELLOW 0x190
|
||||
#endif
|
||||
|
||||
#ifndef KEY_BLUE
|
||||
#define KEY_BLUE 0x191
|
||||
#endif
|
||||
|
||||
struct cec_message
|
||||
{
|
||||
unsigned char address;
|
||||
|
Reference in New Issue
Block a user