From e0810e7eafc9761d119a751ddc89c7f1e87b0bd3 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:47:18 +0530 Subject: [PATCH] SWDEV-338376 - Driver Alias for Resourcetype (#2821) Change-Id: I621fe95020a3b2d82034cf5979e834b6e13f2981 [ROCm/hip commit: d029b1e039b8023ec9cc863185370b77c08b119b] --- projects/hip/include/hip/driver_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/driver_types.h b/projects/hip/include/hip/driver_types.h index fb02516354..30b3977a12 100644 --- a/projects/hip/include/hip/driver_types.h +++ b/projects/hip/include/hip/driver_types.h @@ -142,7 +142,7 @@ typedef enum HIPresourcetype_enum { HIP_RESOURCE_TYPE_MIPMAPPED_ARRAY = 0x01, /**< Mipmapped array resource */ HIP_RESOURCE_TYPE_LINEAR = 0x02, /**< Linear resource */ HIP_RESOURCE_TYPE_PITCH2D = 0x03 /**< Pitch 2D resource */ -} HIPresourcetype; +} HIPresourcetype, hipResourcetype; /** * hip address modes */