blob: c8e23822d2f00b9a4804a957436ef77f344a5caf [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE_H
#define SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE_H
#include <types.h>
/* Check if CSE firmware update is enabled or not */
bool is_debug_cse_fw_update_disable(void);
/*
* Reads OEM Section area in the Descriptor Region and
* populates debug_feature_cntrl structure.
*/
enum cb_err dbg_feature_cntrl_init(void);
#endif