index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
zero-size-array-align.h
blob: 05b11bce57485e0f87ca0a850551c44f6deca5ee (
plain
)
1
2
3
4
5
struct
dm_deps
{
unsigned
count
;
unsigned
filler
;
unsigned long long
device
[
0
];
};