Add TcgOp
This commit is contained in:
@@ -133,6 +133,14 @@ bitflags! {
|
||||
}
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct TcgOp: i32 {
|
||||
const SUB = 1;
|
||||
}
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user