mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
ppc4xx: Rename ppc405-plb to ppc4xx-plb
This device is shared between different 4xx socs. Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Message-Id: <5b13ebfd12a71a28035bed5a915cbeee81cf21d1.1660746880.git.balaton@eik.bme.hu> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
2d54aaf121
commit
052c779b4c
5 changed files with 12 additions and 12 deletions
|
@ -84,9 +84,9 @@ struct Ppc4xxMalState {
|
|||
};
|
||||
|
||||
/* Peripheral local bus arbitrer */
|
||||
#define TYPE_PPC405_PLB "ppc405-plb"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(Ppc405PlbState, PPC405_PLB);
|
||||
struct Ppc405PlbState {
|
||||
#define TYPE_PPC4xx_PLB "ppc4xx-plb"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(Ppc4xxPlbState, PPC4xx_PLB);
|
||||
struct Ppc4xxPlbState {
|
||||
Ppc4xxDcrDeviceState parent_obj;
|
||||
|
||||
uint32_t acr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue