| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/multimedia/linux_dvbwrapper-kmod/files/ |
Upload File : |
#ifndef __LINUX_DVB_COMPAT_H
#define __LINUX_DVB_COMPAT_H
#include <sys/types.h>
struct l_dtv_property {
uint32_t cmd;
uint32_t reserved[3];
union {
uint32_t data;
struct {
uint8_t data[32];
uint32_t len;
uint32_t reserved1[3];
l_uintptr_t reserved2;
} buffer;
} u;
l_int result;
} __attribute__ ((packed));
struct l_dtv_properties {
uint32_t num;
l_uintptr_t props;
};
#endif /*__LINUX_DVB_H*/