ssb: Fix watchdog access for devices without a chipcommon
[cascardo/linux.git] / include / linux / if_tunnel.h
index 660b501..228eb4e 100644 (file)
@@ -17,6 +17,9 @@
 #define GRE_FLAGS      __constant_htons(0x00F8)
 #define GRE_VERSION    __constant_htons(0x0007)
 
+/* i_flags values for SIT mode */
+#define        SIT_ISATAP      0x0001
+
 struct ip_tunnel_parm
 {
        char                    name[IFNAMSIZ];