1 // RUN: %clang_cc1 %s -emit-llvm -o -
4 typedef unsigned char __u8
;
5 typedef unsigned int __u32
;
6 typedef unsigned short u16
;
8 struct bcm43xx_plcp_hdr6
{
13 __attribute__((__packed__
));
15 __attribute__((__packed__
));
16 struct bcm43xx_txhdr
{
19 struct bcm43xx_plcp_hdr6 plcp
;
23 __attribute__((__packed__
));
24 static void bcm43xx_generate_rts(struct bcm43xx_txhdr
*txhdr
) { }