hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers
Suggested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221022150508.26830-9-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
0b6fdb933b
commit
bb2e9b1d66
4 changed files with 14 additions and 4 deletions
7
include/hw/ide/piix.h
Normal file
7
include/hw/ide/piix.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef HW_IDE_PIIX_H
|
||||
#define HW_IDE_PIIX_H
|
||||
|
||||
#define TYPE_PIIX3_IDE "piix3-ide"
|
||||
#define TYPE_PIIX4_IDE "piix4-ide"
|
||||
|
||||
#endif /* HW_IDE_PIIX_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue