Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/multimedia/dvb-apps/files/patch-util_dib3000-watch_dib-i2c.h
16461 views
1
--- util/dib3000-watch/dib-i2c.h.orig 2014-03-21 19:26:36 UTC
2
+++ util/dib3000-watch/dib-i2c.h
3
@@ -8,6 +8,14 @@
4
#ifndef _DIB_I2C_H
5
#define _DIB_I2C_H
6
7
+#ifdef __FreeBSD__
8
+#define __u8 uint8_t
9
+#define __u16 uint16_t
10
+#define __u32 uint32_t
11
+#define __u64 uint64_t
12
+#define __s16 int16_t
13
+#define __s32 int32_t
14
+#endif
15
16
/* from <linux/i2c.h> */
17
#define I2C_SLAVE 0x0703
18
19