| Index: include/lib/lib_smbios.h
|
| diff --git a/include/lib/lib_smbios.h b/include/lib/lib_smbios.h
|
| index 4d1da3ef7bb3e66ae9268558782faee2e60507bb..6611309824bf091ea9da094b16dc18297784113c 100644
|
| --- a/include/lib/lib_smbios.h
|
| +++ b/include/lib/lib_smbios.h
|
| @@ -22,6 +22,7 @@
|
| #define __LIB_LIB_SMBIOS__
|
|
|
| #include <inttypes.h>
|
| +#include "lib/vpd_tables.h"
|
|
|
| struct vpd_entry *vpd_create_eps(unsigned short structure_table_len,
|
| unsigned short num_structures,
|
| @@ -30,6 +31,7 @@ int vpd_append_type241(uint16_t handle, uint8_t **buf,
|
| size_t len, const char *uuid, uint32_t offset,
|
| uint32_t size, const char *vendor,
|
| const char *desc, const char *variant);
|
| +int vpd_type241_size(struct vpd_header *header);
|
| int vpd_append_type127(uint16_t handle,
|
| uint8_t **buf, size_t len);
|
|
|
|
|