summaryrefslogtreecommitdiff
path: root/usr/sdk/inc
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-12-21 22:32:15 -0500
committerIan Moffett <ian@osmora.org>2025-12-21 22:32:15 -0500
commit9f89cec160d71ec85ebe1b0c6edece85486e610c (patch)
tree7431245af3b643041ae1dd03393ba1103826912b /usr/sdk/inc
parent6058a5c8d13796dda4180ec5bd3e2edb61e74312 (diff)
usr: sdk: Add UPTR type to sdk/types.h
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr/sdk/inc')
-rw-r--r--usr/sdk/inc/sdk/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/sdk/inc/sdk/types.h b/usr/sdk/inc/sdk/types.h
index 12dd6e6..64d0fee 100644
--- a/usr/sdk/inc/sdk/types.h
+++ b/usr/sdk/inc/sdk/types.h
@@ -32,5 +32,6 @@ typedef unsigned short USHORT;
typedef unsigned int ULONG;
typedef unsigned long long UQUAD;
typedef UQUAD USIZE;
+typedef UQUAD UPTR;
#endif /* !_SDK_TYPES_H_ */