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

Unified Diff: include/lib/vpd_tables.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 | « include/lib/vpd.h ('k') | lib/lib_smbios.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/lib/vpd_tables.h
diff --git a/include/lib/vpd_tables.h b/include/lib/vpd_tables.h
index 8b6999f942abd658c6e536bc84d0f360b0b2e90d..44ab6f48d04694d8697d48b1018e2225d3d323f5 100644
--- a/include/lib/vpd_tables.h
+++ b/include/lib/vpd_tables.h
@@ -102,16 +102,4 @@ struct vpd_table_binary_blob_pointer {
#define VPD_MAX_STRINGS 10
#define VPD_MAX_STRING_LENGTH 64
-/* One structure to rule them all */
-struct vpd_table {
- struct vpd_header header;
- union {
- struct vpd_table_firmware firmware;
- struct vpd_table_system system;
- struct vpd_table_binary_blob_pointer blob;
- uint8_t data[1024];
- } data;
- char string[VPD_MAX_STRINGS][VPD_MAX_STRING_LENGTH];
-};
-
#endif /* __LIB_VPD_TABLES_H__ */
« no previous file with comments | « include/lib/vpd.h ('k') | lib/lib_smbios.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698