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