forked from M-Labs/artiq-zynq
use C ABI for attribute writeback typeinfo
This commit is contained in:
parent
0d4a197d60
commit
f28f1ee387
@ -25,12 +25,14 @@ extern "C" {
|
||||
}
|
||||
|
||||
unsafe fn attribute_writeback(typeinfo: *const ()) {
|
||||
#[repr(C)]
|
||||
struct Attr {
|
||||
offset: usize,
|
||||
tag: CSlice<'static, u8>,
|
||||
name: CSlice<'static, u8>,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
struct Type {
|
||||
attributes: *const *const Attr,
|
||||
objects: *const *const (),
|
||||
|
Loading…
Reference in New Issue
Block a user