bcwc_pcie: add channel type enum

This commit is contained in:
Sven Schnelle
2015-11-23 14:44:27 +01:00
parent 4e3d87fb36
commit 7225545e4b

View File

@@ -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;