mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
bcwc_pcie: add channel type enum
This commit is contained in:
@@ -44,6 +44,12 @@ struct bcwc_reg {
|
||||
u32 value;
|
||||
};
|
||||
|
||||
enum FW_CHAN_TYPE {
|
||||
FW_CHAN_TYPE_OUT=0,
|
||||
FW_CHAN_TYPE_IN=1,
|
||||
FW_CHAN_TYPE_UNI_IN=2,
|
||||
};
|
||||
|
||||
struct fw_channel {
|
||||
u32 offset;
|
||||
u32 size;
|
||||
|
||||
Reference in New Issue
Block a user