File tree Expand file tree Collapse file tree 9 files changed +18
-0
lines changed
Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,10 @@ typedef int INT;
8282typedef unsigned int UINT ;
8383typedef long LONG ;
8484typedef unsigned long ULONG ;
85+ typedef unsigned long long ULONG64 ;
8586typedef short SHORT ;
8687typedef unsigned short USHORT ;
88+ #define ULONG64_DEFINED
8789
8890
8991/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -84,8 +84,10 @@ typedef int INT;
8484typedef unsigned int UINT ;
8585typedef long LONG ;
8686typedef unsigned long ULONG ;
87+ typedef unsigned long long ULONG64 ;
8788typedef short SHORT ;
8889typedef unsigned short USHORT ;
90+ #define ULONG64_DEFINED
8991
9092
9193/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -85,8 +85,10 @@ typedef int INT;
8585typedef unsigned int UINT ;
8686typedef long LONG ;
8787typedef unsigned long ULONG ;
88+ typedef unsigned long long ULONG64 ;
8889typedef short SHORT ;
8990typedef unsigned short USHORT ;
91+ #define ULONG64_DEFINED
9092
9193
9294/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -84,8 +84,10 @@ typedef int INT;
8484typedef unsigned int UINT ;
8585typedef long LONG ;
8686typedef unsigned long ULONG ;
87+ typedef unsigned long long ULONG64 ;
8788typedef short SHORT ;
8889typedef unsigned short USHORT ;
90+ #define ULONG64_DEFINED
8991
9092
9193/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -86,8 +86,10 @@ typedef int INT;
8686typedef unsigned int UINT ;
8787typedef long LONG ;
8888typedef unsigned long ULONG ;
89+ typedef unsigned long long ULONG64 ;
8990typedef short SHORT ;
9091typedef unsigned short USHORT ;
92+ #define ULONG64_DEFINED
9193
9294
9395/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -87,8 +87,10 @@ typedef int INT;
8787typedef unsigned int UINT ;
8888typedef long LONG ;
8989typedef unsigned long ULONG ;
90+ typedef unsigned long long ULONG64 ;
9091typedef short SHORT ;
9192typedef unsigned short USHORT ;
93+ #define ULONG64_DEFINED
9294
9395
9496/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -83,8 +83,10 @@ typedef int INT;
8383typedef unsigned int UINT ;
8484typedef long LONG ;
8585typedef unsigned long ULONG ;
86+ typedef unsigned long long ULONG64 ;
8687typedef short SHORT ;
8788typedef unsigned short USHORT ;
89+ #define ULONG64_DEFINED
8890
8991
9092/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -85,8 +85,10 @@ typedef int INT;
8585typedef unsigned int UINT ;
8686typedef long LONG ;
8787typedef unsigned long ULONG ;
88+ typedef unsigned long long ULONG64 ;
8889typedef short SHORT ;
8990typedef unsigned short USHORT ;
91+ #define ULONG64_DEFINED
9092
9193
9294/* Define interrupt control options. */
Original file line number Diff line number Diff line change @@ -86,8 +86,10 @@ typedef int INT;
8686typedef unsigned int UINT ;
8787typedef long LONG ;
8888typedef unsigned long ULONG ;
89+ typedef unsigned long long ULONG64 ;
8990typedef short SHORT ;
9091typedef unsigned short USHORT ;
92+ #define ULONG64_DEFINED
9193
9294
9395/* Define interrupt control options. */
You can’t perform that action at this time.
0 commit comments