soc/intel/xeon_sp: Drop uncore_fill_ssdt
[coreboot2.git] / util / nvramtool / reg_expr.h
blob29977ddb33df58cfe2d0b07089d1f8fa2d4c6c6e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef REG_EXPR_H
4 #define REG_EXPR_H
6 #include <regex.h>
7 #include "common.h"
9 void compile_reg_expr(int cflags, const char *expr, regex_t *reg);
11 #endif /* REG_EXPR_H */