blob: b98f929e788968bd708e9caf11f8d4bdfea4dc56 [file]
/* SPDX-License-Identifier: MIT */
#ifndef MITIGATIONS_H
#define MITIGATIONS_H
void mitigations_configure(const char *config);
void mitigations_perform(void);
#endif