Add tty fields to Ecore_Drm_Device structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-12-09 11:09:06 +00:00
parent 492f6bc150
commit c537913e4d
1 changed files with 7 additions and 0 deletions

View File

@ -89,6 +89,13 @@ struct _Ecore_Drm_Device
int id, fd;
const char *devname;
const char *devpath;
struct
{
int fd;
const char *name;
Ecore_Event_Handler *event_hdlr;
} tty;
};
void _ecore_drm_message_send(int opcode, void *data, size_t bytes);