cab879ce47
Digital Video Broadcasting (DVB) utilities for the initial setup, testing, and operation of a DVB device
16 lines
398 B
C
16 lines
398 B
C
$NetBSD: patch-util_scan_dump-vdr.h,v 1.1.1.1 2011/07/13 23:42:16 jmcneill Exp $
|
|
|
|
--- util/scan/dump-vdr.h.orig 2011-06-28 05:50:24.000000000 +0000
|
|
+++ util/scan/dump-vdr.h
|
|
@@ -2,7 +2,11 @@
|
|
#define __DUMP_VDR_H__
|
|
|
|
#include <stdint.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <dev/dtv/dtvio.h>
|
|
+#else
|
|
#include <linux/dvb/frontend.h>
|
|
+#endif
|
|
|
|
extern
|
|
void vdr_dump_dvb_parameters (FILE *f, fe_type_t type,
|