aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/EplDll.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/EplDll.h')
-rw-r--r--drivers/staging/epl/EplDll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/epl/EplDll.h b/drivers/staging/epl/EplDll.h
index 36657f2..cd2d25d 100644
--- a/drivers/staging/epl/EplDll.h
+++ b/drivers/staging/epl/EplDll.h
@@ -185,8 +185,8 @@ typedef struct {
DWORD m_dwIpAddress;
DWORD m_dwSubnetMask;
DWORD m_dwDefaultGateway;
- BYTE m_sHostname[32];
- BYTE m_abVendorSpecificExt2[48];
+ u8 m_sHostname[32];
+ u8 m_abVendorSpecificExt2[48];
} tEplDllIdentParam;