Changeset 39559 in vbox
- Timestamp:
- Dec 8, 2011 4:34:20 PM (13 years ago)
- Location:
- trunk/src/VBox/Devices/PC/BIOS-new
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/vds.c
r38899 r39559 74 74 * trivially creates the list if no remapping is needed. 75 75 */ 76 int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint 16_t len )76 int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint32_t len ) 77 77 { 78 78 int rc; -
trunk/src/VBox/Devices/PC/BIOS-new/vds.h
r38899 r39559 88 88 /* Higher level routines for utilizing VDS. */ 89 89 90 int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint 16_t len );90 int vds_build_sg_list( vds_edds __far *edds, void __far *buf, uint32_t len ); 91 91 int vds_free_sg_list( vds_edds __far *edds ); 92 92
Note:
See TracChangeset
for help on using the changeset viewer.