mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 07:26:48 +07:00
Staging: hv: remove DWORD and BYTE typedefs
No one was even using them... Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
45635d9703
commit
84988a105e
@ -101,8 +101,6 @@ typedef struct _DLIST_ENTRY {
|
||||
typedef unsigned char BOOL;
|
||||
typedef unsigned char BOOLEAN;
|
||||
typedef void* HANDLE;
|
||||
typedef u32 DWORD;
|
||||
typedef unsigned char BYTE;
|
||||
|
||||
typedef struct {
|
||||
unsigned char Data[16];
|
||||
|
Loading…
Reference in New Issue
Block a user