aboutsummaryrefslogtreecommitdiffstats
path: root/src/std/disk.h
Commit message (Collapse)AuthorAgeFilesLines
* cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor2014-06-041-5/+3
| | | | | | | | | Store the fields necessary to export the "el-torito" spec information directly in an internal copy of the "el-torito" struct. This simplifies the interface and obviates the need for an internal home grown struct with the same info. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-181-0/+16
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-0/+161
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>