mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07: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:
committed by
Daniel Henrique Barboza
parent
2d54aaf121
commit
052c779b4c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user