]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/arm/aspeed_soc.h
hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOC
[mirror_qemu.git] / include / hw / arm / aspeed_soc.h
index dcb43a4ecd7f5aa0ad8c39e9f54bea85d77e263a..103b1598f64a01901d7cbee5c72398f40a8a61ea 100644 (file)
@@ -101,6 +101,13 @@ struct AspeedSoCState {
 #define TYPE_ASPEED_SOC "aspeed-soc"
 OBJECT_DECLARE_TYPE(AspeedSoCState, AspeedSoCClass, ASPEED_SOC)
 
+struct Aspeed2600SoCState {
+    AspeedSoCState parent;
+};
+
+#define TYPE_ASPEED2600_SOC "aspeed2600-soc"
+OBJECT_DECLARE_SIMPLE_TYPE(Aspeed2600SoCState, ASPEED2600_SOC)
+
 struct Aspeed10x0SoCState {
     AspeedSoCState parent;
 };