]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/name_distr.c
Driver core: add device_type to struct device
[linux-2.6-omap-h63xx.git] / net / tipc / name_distr.c
index 03bd659c43ca5901d7941508c8d4d2a03e247d68..7bf87cb26ef3e0dbf072f760d112052646e9f357 100644 (file)
  */
 
 struct distr_item {
-       u32 type;
-       u32 lower;
-       u32 upper;
-       u32 ref;
-       u32 key;
+       __be32 type;
+       __be32 lower;
+       __be32 upper;
+       __be32 ref;
+       __be32 key;
 };
 
 /**