]> err.no Git - linux-2.6/blobdiff - include/linux/atmarp.h
[SCTP]: Netfilter sctp annotations.
[linux-2.6] / include / linux / atmarp.h
index 24f82338f59a7584b392a85534cab74c5d828cad..ee108f9e9cb7a37092c46fe963c9945718ecc40d 100644 (file)
@@ -37,7 +37,7 @@ enum atmarp_ctrl_type {
 struct atmarp_ctrl {
        enum atmarp_ctrl_type   type;   /* message type */
        int                     itf_num;/* interface number (if present) */
-       uint32_t                ip;     /* IP address (act_need only) */
+       __be32                  ip;     /* IP address (act_need only) */
 };
 
 #endif