diff options
Diffstat (limited to 'xine_frontend_cec.h')
-rw-r--r-- | xine_frontend_cec.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xine_frontend_cec.h b/xine_frontend_cec.h new file mode 100644 index 00000000..32c4a7a0 --- /dev/null +++ b/xine_frontend_cec.h @@ -0,0 +1,19 @@ +/* + * xine_frontend_cec.h: + * + * See the main source file 'xineliboutput.c' for copyright information and + * how to reach the author. + * + * $Id: xine_frontend_cec.h,v 1.1 2014-01-14 08:21:33 phintuka Exp $ + * + */ + +#ifndef XINE_FRONTEND_CEC_H +#define XINE_FRONTEND_CEC_H + +struct frontend_s; + +void cec_start(struct frontend_s *fe, int hdmi_port, int dev_type); +void cec_stop(void); + +#endif /* XINE_FRONTEND_CEC_H */ |