aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2026-04-24 20:01:44 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2026-04-24 20:30:24 +0000
commit5923b363ca616e7cd4fdec1f4f0bf0c98b272468 (patch)
tree5809ae7439c47a056349611f500de73488fbb130 /sys
parent76f642310d55b1d3892c1b1626c427d12f97de3a (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sockio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index de2cc236223c..121acd5ba287 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -99,6 +99,7 @@
#define SIOCSIFLLADDR _IOW('i', 60, struct ifreq) /* set linklevel addr */
#define SIOCGI2C _IOWR('i', 61, struct ifreq) /* get I2C data */
#define SIOCGHWADDR _IOWR('i', 62, struct ifreq) /* get hardware lladdr */
+#define SIOCGI2CPB _IOWR('i', 64, struct ifreq) /* get I2C data*/
#define SIOCSIFPHYADDR _IOW('i', 70, struct ifaliasreq) /* set gif address */
#define SIOCGIFPSRCADDR _IOWR('i', 71, struct ifreq) /* get gif psrc addr */
@@ -150,6 +151,5 @@
#define SIOCGUMBINFO _IOWR('i', 157, struct ifreq) /* get MBIM info */
#define SIOCSUMBPARAM _IOW('i', 158, struct ifreq) /* set MBIM param */
#define SIOCGUMBPARAM _IOWR('i', 159, struct ifreq) /* get MBIM param */
-#define SIOCGI2CPB _IOWR('i', 160, struct ifreq) /* get I2C data */
#endif /* !_SYS_SOCKIO_H_ */