Unify ATAPI and SCSI CD-ROM code.
This commit is contained in:
parent
bc690b3d2f
commit
6ecdd2efd0
19 changed files with 761 additions and 1509 deletions
|
|
@ -600,3 +600,5 @@ void saveconfig_global_only();
|
|||
#define UNUSED(x) (void)x
|
||||
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
void ide_padstr(char *str, const char *src, int len);
|
||||
|
|
|
|||
Loading…
Reference in a new issue