aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/caps/msi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/caps/msi.h b/lib/caps/msi.h
index bfcf1cd..141181f 100644
--- a/lib/caps/msi.h
+++ b/lib/caps/msi.h
@@ -31,8 +31,8 @@
*/
struct mid {
- unsigned int next:8;
unsigned int cid:8;
+ unsigned int next:8;
} __attribute__ ((packed));
_Static_assert(sizeof(struct mid) == 0x2, "bad MID size");