The port is now uint8_t
[swifty.git] / src / kernel / swift.h
old mode 100755 (executable)
new mode 100644 (file)
index 6c6f331..275b322
@@ -9,8 +9,8 @@
 
 #ifdef __KERNEL__
 struct swifthdr {
-       __be16 src;
-       __be16 dst;
+       uint8_t src;
+       uint8_t dst;
        __be16 len;
 };
 #endif