mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
feature: Enable Support for reading updated StateSaveHeaders
Related-To: NEO-16518 Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a52f526929
commit
b580e4e023
23
shared/source/debugger/DebuggerStateSaveHeader.h
Normal file
23
shared/source/debugger/DebuggerStateSaveHeader.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Copyright (C) 2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef BRANCH_TYPE
|
||||
#define STRINGIFY_HELPER(x) #x
|
||||
#define STRINGIFY(x) STRINGIFY_HELPER(x)
|
||||
// clang-format off
|
||||
#define BRANCH_HEADER_PATH STRINGIFY(BRANCH_TYPE/StateSaveAreaHeaderWrapper.h)
|
||||
// clang-format on
|
||||
#include BRANCH_HEADER_PATH
|
||||
#else
|
||||
#include "StateSaveAreaHeaderWrapper.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user