Commit 28c777cb authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6655: device.h remove typedef enum

Covert values to macros.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 83373ac0
......@@ -98,10 +98,8 @@
#define PK_TYPE_11GB 2
#define PK_TYPE_11GA 3
typedef enum {
OWNED_BY_HOST = 0,
OWNED_BY_NIC = 1
} DEVICE_OWNER_TYPE, *PDEVICE_OWNER_TYPE;
#define OWNED_BY_HOST 0
#define OWNED_BY_NIC 1
typedef struct __device_opt {
int nRxDescs0; /* Number of RX descriptors0 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment