sys: add MBIM (mobile broadband interface module) interface type.

This is part of the upcoming USB umb(4) work.

PR:		263783
Approved by:	adrian, zlei
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D48167

(cherry picked from commit 86bfbaf1002c88b5c1a6d3ed261becedb533490b)
This commit is contained in:
Pierre Pronchery 2025-01-20 23:39:17 +00:00 committed by Franco Fichtner
parent f621d0afb0
commit 1c7ba3ae76

View file

@ -256,6 +256,7 @@ typedef enum {
IFT_PFLOG = 0xf6, /* PF packet filter logging */
IFT_PFSYNC = 0xf7, /* PF packet filter synchronization */
IFT_WIREGUARD = 0xf8, /* WireGuard tunnel */
IFT_MBIM = 0xf9, /* Mobile Broadband Interface Model */
} ifType;
/*