mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "tests IFoo: WithFmq is more complicated." am: da1d79bf07
am: 0edb906e6c
Change-Id: Ieab8dc0b936b7b0d7e4215d769ef3b467adab6bc
This commit is contained in:
@@ -122,7 +122,14 @@ interface IFoo {
|
||||
};
|
||||
|
||||
struct WithFmq {
|
||||
fmq_sync<uint8_t> descSync;
|
||||
struct ScatterGather {
|
||||
fmq_sync<uint8_t> descSync;
|
||||
} scatterGathered;
|
||||
|
||||
struct ContainsPointer {
|
||||
fmq_sync<uint8_t> descSync;
|
||||
interface foo;
|
||||
} containsPointer;
|
||||
};
|
||||
|
||||
enum Discriminator : uint8_t {
|
||||
|
||||
Reference in New Issue
Block a user