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

Function append_cbfs_preload_context

src/lib/cbfs.c:334–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334static void append_cbfs_preload_context(struct cbfs_preload_context *context)
335{
336 list_append(&context->list_node, &cbfs_preload_context_list);
337}
338
339static void free_cbfs_preload_context(struct cbfs_preload_context *context)
340{

Callers 1

cbfs_preloadFunction · 0.85

Calls 1

list_appendFunction · 0.85

Tested by

no test coverage detected