linuxdvb_mipsel.c: add missing define AUDIO_GET_PTS has been removed from kernel 4.8

This commit is contained in:
Markus Volk
2020-02-10 10:21:22 +01:00
committed by Markus Volk
parent a9251b30d1
commit 7cab06c525

View File

@@ -52,6 +52,10 @@
/* Makros/Constants */
/* ***************************** */
#ifndef AUDIO_GET_PTS _IOR('o', 19, __u64)
#define AUDIO_GET_PTS _IOR('o', 19, __u64)
#endif
#define cERR_LINUXDVB_NO_ERROR 0
#define cERR_LINUXDVB_ERROR -1