mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 01:06:46 +09:00
Staging: bcm: Change UINT to unsigned int in CmHost.h
This patch changes UINT to unsigned int in CmHost.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
617849119a
commit
9e90bc86d5
@@ -121,7 +121,7 @@ typedef struct stLocalSFChangeIndicationAlt {
|
||||
u16 u16Padd; /* < 16 bit */
|
||||
} stLocalSFChangeIndicationAlt;
|
||||
|
||||
unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, UINT *puBufferLength);
|
||||
unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, PVOID pvBuffer, unsigned int *puBufferLength);
|
||||
int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
|
||||
int FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter);
|
||||
unsigned long SetUpTargetDsxBuffers(struct bcm_mini_adapter *Adapter);
|
||||
|
||||
Reference in New Issue
Block a user