summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index 33b980a..bf53ae0 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -103,6 +103,13 @@ public:
UnknownCPU
};
+ enum Subarch {
+ NoSubarch,
+ ppc64_PowerMac,
+ ppc64_pSeries,
+ ppc64_PowerNV
+ };
+
enum PackageType {
Standard,
Mobile,
@@ -136,6 +143,8 @@ public:
std::string version;
/*! The architecture being installed. */
Arch arch;
+ /*! If relevant, the subtype of the architecture being installed. */
+ Subarch subarch;
#ifdef HAS_INSTALL_ENV
/*! The disks present on this computer. */
std::vector<Horizon::DiskMan::Disk> disks;