Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
d5883c677d0ffc57ec38e8483428d9ab8b516623
/
.
/
tests
/
headers
/
layout.h
blob: d1822a04decb0f2b0ca35a6d0a73ab25938ef0d1 [
file
] [
log
] [
blame
]
struct
header
{
char
proto
;
unsigned
int
size __attribute__
((
packed
));
unsigned
char
data
[]
__attribute__
((
aligned
(
8
)));
}
__attribute__
((
aligned
,
packed
));