rocr: export pointer type for OnlyAddress

Signed-off-by: Longlong Yao <Longlong.Yao@amd.com>
This commit is contained in:
Longlong Yao
2025-03-11 13:43:32 +08:00
committad av Yat Sin, David
förälder 5916467552
incheckning a254e35fd6
+5 -1
Visa fil
@@ -2378,7 +2378,11 @@ typedef enum {
/*
Memory has been shared with the local process via ROCr IPC APIs.
*/
HSA_EXT_POINTER_TYPE_IPC = 4
HSA_EXT_POINTER_TYPE_IPC = 4,
/*
No backend memory but virtual address
*/
HSA_EXT_POINTER_TYPE_RESERVED_ADDR = 5
} hsa_amd_pointer_type_t;
/**