[SWDEV-523349/SWDEV-527257] Fix Rdci Config (#161)

Change-Id: Iae21ea8061205f186086a3ed59c6259ddeb1dbe7

Signed-off-by: adapryor <Adam.pryor@amd.com>
Tá an tiomantas seo le fáil i:
Pryor, Adam
2025-04-28 11:57:51 -05:00
tiomanta ag GitHub
tuismitheoir 9edacdeac4
tiomantas 2db6ddea69
D'athraigh 10 comhad le 66 breiseanna agus 56 scriosta
+2 -2
Féach ar an gComhad
@@ -64,7 +64,7 @@ extern "C" {
typedef enum {
RDC_ST_OK = 0, //!< Success
RDC_ST_NOT_SUPPORTED, //!< Not supported feature
RDC_ST_MSI_ERROR, //!< The MSI library error
RDC_ST_SMI_ERROR, //!< The SMI library error
RDC_ST_FAIL_LOAD_MODULE, //!< Fail to load the library
RDC_ST_INVALID_HANDLER, //!< Invalid handler
RDC_ST_BAD_PARAMETER, //!< A parameter is invalid
@@ -593,7 +593,7 @@ typedef enum {
* @brief Type of Components
*/
typedef enum {
RDC_AMDMSI_COMPONENT
RDC_AMDSMI_COMPONENT
// If needed later, add them one by one
} rdc_component_t;