Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
sven
/
m1n1
/
refs/heads/main
/
.
/
src
/
mitigations.h
blob: b98f929e788968bd708e9caf11f8d4bdfea4dc56 [
file
]
/* SPDX-License-Identifier: MIT */
#ifndef
MITIGATIONS_H
#define
MITIGATIONS_H
void
mitigations_configure
(
const
char
*
config
);
void
mitigations_perform
(
void
);
#endif