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

Commit 1d200e8d authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: Convert INT to int in InterfaceInit.h



This patch converts INT to int in InterfaceInit.h

Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent da1e4faf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@

#define BCM_USB_MINOR_BASE	192

INT InterfaceInitialize(void);
int InterfaceInitialize(void);

INT InterfaceExit(void);
int InterfaceExit(void);

INT usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);
int usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);

#endif