mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature: Prepare ras for netlink interface
Related-To: NEO-8568 Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
da6a4f573c
commit
1af48cec4e
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2023 Intel Corporation
|
||||
# Copyright (C) 2023-2024 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -13,4 +13,5 @@ if(UNIX)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_ras_util_pmu.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_ras_util_gsc.cpp
|
||||
)
|
||||
add_subdirectories()
|
||||
endif()
|
||||
@@ -30,6 +30,7 @@ enum class RasInterfaceType {
|
||||
pmu = 0,
|
||||
pmt,
|
||||
gsc,
|
||||
netlink,
|
||||
none,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user