Changeset 25025 in vbox for trunk/src/VBox/Devices/PC/DevFwCommon.h
- Timestamp:
- Nov 26, 2009 5:06:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.h
r24706 r25025 1 1 /* $Id$ */ 2 2 /** @file 3 * DevFwCommon - shared header for code common between different firmware types (EFI, BIOS). 3 * DevFwCommon - shared header for code common between different firmware types (EFI, BIOS). 4 4 */ 5 5 … … 32 32 33 33 /* Plant DMI table */ 34 int sharedfwPlantDMITable(PPDMDEVINS pDevIns, uint8_t *pTable, unsigned cbMax, PRTUUID pUuid, PCFGMNODE pCfgHandle );34 int sharedfwPlantDMITable(PPDMDEVINS pDevIns, uint8_t *pTable, unsigned cbMax, PRTUUID pUuid, PCFGMNODE pCfgHandle, bool fPutSmbiosHeaders = false); 35 35 36 36 /* Plant MPS table */
Note:
See TracChangeset
for help on using the changeset viewer.