diff options
Diffstat (limited to 'hw/ppc.h')
| -rw-r--r-- | hw/ppc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc.h b/hw/ppc.h index bbf3a986b6..b9a12a1133 100644 --- a/hw/ppc.h +++ b/hw/ppc.h @@ -40,6 +40,7 @@ enum { ARCH_PREP = 0, ARCH_MAC99, ARCH_HEATHROW, + ARCH_MAC99_U3, }; #define FW_CFG_PPC_WIDTH (FW_CFG_ARCH_LOCAL + 0x00) |