From c42ec0b82c2f368bd5da7ccd46a938ac5be3ee32 Mon Sep 17 00:00:00 2001 From: Yair Shachar Date: Mon, 7 Mar 2016 18:41:34 +0200 Subject: [PATCH] name unnamed struct within HsaMemMapFlagd union For aligning with RT definitions Change-Id: I4dca0c5818fdcea6c596a48c7516835fc595a289 Signed-off-by: Yair Shachar --- include/hsakmttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hsakmttypes.h b/include/hsakmttypes.h index e9885398e5..ea4a1f4de5 100644 --- a/include/hsakmttypes.h +++ b/include/hsakmttypes.h @@ -493,7 +493,7 @@ typedef struct _HsaMemMapFlags // data from the memory, reduces latency // “cleanup hint” only, may be ignored unsigned int Reserved : 23; - }; + } ui32; HSAuint32 Value; }; } HsaMemMapFlags;