diff options
Diffstat (limited to 'src/VBox/Devices/PC/BIOS/vds.h')
-rw-r--r-- | src/VBox/Devices/PC/BIOS/vds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/PC/BIOS/vds.h b/src/VBox/Devices/PC/BIOS/vds.h index 4d8da16f..0a251fd0 100644 --- a/src/VBox/Devices/PC/BIOS/vds.h +++ b/src/VBox/Devices/PC/BIOS/vds.h @@ -37,7 +37,7 @@ typedef struct { uint32_t pte[1]; /* Page table entry array. */ } u; } vds_edds; - + /* VDS services */ |