repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp: Drop uncore_fill_ssdt
[coreboot2.git]
/
util
/
nvramtool
/
reg_expr.h
blob
29977ddb33df58cfe2d0b07089d1f8fa2d4c6c6e
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef REG_EXPR_H
4
#define REG_EXPR_H
5
6
#include <regex.h>
7
#include
"common.h"
8
9
void
compile_reg_expr
(
int
cflags
,
const char
*
expr
,
regex_t
*
reg
);
10
11
#endif
/* REG_EXPR_H */