mirror of
https://github.com/openharmony/third_party_rust_bindgen.git
synced 2026-07-22 23:46:31 -04:00
6b7d752062
Fixes #684
6 lines
89 B
C
6 lines
89 B
C
struct dm_deps {
|
|
unsigned count;
|
|
unsigned filler;
|
|
unsigned long long device[0];
|
|
};
|