mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +00:00
rtl8188eu: Convert typedef statements in include/HalVerDef.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
35fba91a0f
commit
c2a914a341
5 changed files with 23 additions and 36 deletions
|
@ -289,7 +289,7 @@ typedef enum _RT_REGULATOR_MODE {
|
|||
|
||||
typedef struct hal_data_8188e
|
||||
{
|
||||
HAL_VERSION VersionID;
|
||||
struct HAL_VERSION VersionID;
|
||||
RT_MULTI_FUNC MultiFunc; // For multi-function consideration.
|
||||
RT_POLARITY_CTL PolarityCtl; // For Wifi PDn Polarity control.
|
||||
RT_REGULATOR_MODE RegulatorMode; // switching regulator or LDO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue