diff options
Diffstat (limited to 'input/ar.h')
-rw-r--r-- | input/ar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/input/ar.h b/input/ar.h index a52dccc4c8..12944f84e1 100644 --- a/input/ar.h +++ b/input/ar.h @@ -35,8 +35,13 @@ #define AR_VUP (AR_BASE + 8) #define AR_VDOWN (AR_BASE + 9) +/* MacOSX Driver */ int mp_input_ar_init(void); int mp_input_ar_read(void *ctx, int fd); void mp_input_ar_close(int fd); +/* Linux Driver */ +int mp_input_appleir_init(char* dev); +int mp_input_appleir_read(void *ctx, int fd); + #endif /* MPLAYER_AR_H */ |