Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76cc6f92 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Remove typedef from "eInterface_setting" in Adapter.h



This patch removes the typedef from
eInterface_setting, and renames the enum
to bcm_einterface_setting.

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3fe192d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -585,9 +585,9 @@ int InitAdapter(PMINI_ADAPTER psAdapter);
#define EP5 4
#define EP5 4
#define EP6 5
#define EP6 5


typedef enum eInterface_setting {
enum bcm_einterface_setting {
	DEFAULT_SETTING_0  = 0,
	DEFAULT_SETTING_0  = 0,
	ALTERNATE_SETTING_1 = 1,
	ALTERNATE_SETTING_1 = 1,
} INTERFACE_SETTING;
};


#endif	/* __ADAPTER_H__ */
#endif	/* __ADAPTER_H__ */