Skip to content

Commit dc20ddf

Browse files
committed
packed
1 parent 5bda2f3 commit dc20ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/sof/lib/uuid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct sof_uuid {
5656
uint16_t b;
5757
uint16_t c;
5858
uint8_t d[8];
59-
};
59+
} __packed;
6060

6161
#define _UUID_INIT(va, vb, vc, d0, d1, d2, d3, d4, d5, d6, d7) \
6262
{ va, vb, vc, { d0, d1, d2, d3, d4, d5, d6, d7 } }

0 commit comments

Comments
 (0)