Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
5bd4adf542abea433c98c72f7423762109412d4d
/
.
/
src
/
soc
/
intel
/
apollolake
/
include
/
soc
/
heci.h
blob: c62ce7842b545494210cc8723676a1befbce1129 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef
_SOC_APOLLOLAKE_HECI_H_
#define
_SOC_APOLLOLAKE_HECI_H_
#include
<stdint.h>
/* Dump CSE state and lockdown HECI1 interface using P2SB message. */
void
heci_cse_lockdown
(
void
);
#endif