diff --git a/devices/common/hwcomponent.h b/devices/common/hwcomponent.h index f182cf7..8d064bb 100644 --- a/devices/common/hwcomponent.h +++ b/devices/common/hwcomponent.h @@ -26,7 +26,7 @@ along with this program. If not, see . #include /** types of different HW components */ -enum HWCompType { +enum HWCompType : uint64_t { UNKNOWN = 0ULL, // unknown component type MEM_CTRL = 1ULL << 0, // memory controller NVRAM = 1ULL << 1, // non-volatile random access memory