IPC: Corrected some definitions for the buffer C descriptor flags.
This commit is contained in:
parent
ba02f0deef
commit
ab86b80cac
3 changed files with 10 additions and 3 deletions
|
@ -48,8 +48,8 @@ struct CommandHeader {
|
|||
|
||||
enum class BufferDescriptorCFlag : u32 {
|
||||
Disabled = 0,
|
||||
NoDescriptor = 1,
|
||||
TwoDesciptors = 2,
|
||||
InlineDescriptor = 1,
|
||||
OneDescriptor = 2,
|
||||
};
|
||||
|
||||
union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue