SWDEV-466829 - Disable ROCP when in GTest

Change-Id: I3b218fe256717c1dc9187d5f17476dfc990656c2
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>


[ROCm/rdc commit: c40a6308c5]
This commit is contained in:
Galantsev, Dmitrii
2024-09-26 16:57:32 -05:00
parent 59ea16496e
commit 999cae5e2c
4 changed files with 37 additions and 2 deletions
+1
View File
@@ -79,6 +79,7 @@ typedef enum {
//!< but none was found
RDC_ST_PERM_ERROR, //!< Insufficient permission to complete
//!< operation
RDC_ST_DISABLED_MODULE, //!< Attempted loading disabled module
RDC_ST_UNKNOWN_ERROR = 0xFFFFFFFF //!< Unknown error
} rdc_status_t;