MCPcopy Create free account
hub / github.com/coreboot/coreboot / menu_add_expr

Function menu_add_expr

util/kconfig/menu.c:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep)
206{
207 menu_add_prop(type, expr, dep);
208}
209
210void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep)
211{

Callers

nothing calls this directly

Calls 1

menu_add_propFunction · 0.85

Tested by

no test coverage detected