* SUCH DAMAGE.
*
* @(#)if_types.h 8.2 (Berkeley) 4/20/94
+ * $FreeBSD: src/sys/net/if_types.h,v 1.8.2.3 2001/07/03 11:01:41 ume Exp $
*/
#ifndef _NET_IF_TYPES_H_
#define _NET_IF_TYPES_H_
+#include <sys/appleapiopts.h>
/*
* Interface types for benefit of parsing media address headers.
#define IFT_SMDSICIP 0x34 /* SMDS InterCarrier Interface */
#define IFT_PROPVIRTUAL 0x35 /* Proprietary Virtual/internal */
#define IFT_PROPMUX 0x36 /* Proprietary Multiplexing */
-#define IFT_GIF 0x37
-#define IFT_DUMMY 0x38
-#define IFT_PVC 0x39
-#define IFT_FAITH 0x3a
-#define IFT_STF 0x3b
+#define IFT_GIF 0x37 /*0xf0*/
+#define IFT_FAITH 0x38 /*0xf2*/
+#define IFT_STF 0x39 /*0xf3*/
+#define IFT_L2VLAN 0x87 /* Layer 2 Virtual LAN using 802.1Q */
+
+#define IFT_IEEE1394 0x90 /* IEEE1394 High Performance SerialBus*/
#endif