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

Function cb_checksum

payloads/libpayload/include/coreboot_tables.h:487–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485/* Helpful inlines */
486
487static inline u16 cb_checksum(const void *ptr, unsigned len)
488{
489 return ipchksum(ptr, len);
490}
491
492static inline const char *cb_mb_vendor_string(const struct cb_mainboard *cbm)
493{

Callers 1

parse_headerFunction · 0.85

Calls 1

ipchksumFunction · 0.85

Tested by

no test coverage detected