mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 05:56:34 +00:00
Add test for eliding bitfield returns. am: 8b54c22992 am: 3b353f7905
am: 42dcb27402
Change-Id: I1a6024cbe0cae19d934740e658c4ee7793783091
This commit is contained in:
@@ -55,4 +55,6 @@ interface IBaz extends IBase {
|
||||
haveAStringVec(vec<string> vector) generates (vec<string> result);
|
||||
|
||||
returnABunchOfStrings() generates (string a, string b, string c);
|
||||
|
||||
returnABitField() generates (bitfield<BitField> good);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user