Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: include/lib/lib_smbios.h

Issue 6628052: Supports SPD in VPD partition. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vpd.git@master
Patch Set: refine the logic to next structure table. refine type 241 parameters. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/lib/vpd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | include/lib/vpd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698