hwcomponent: fix size of the component type enum.

This commit is contained in:
Maxim Poliakovski 2023-07-23 16:32:00 +02:00
parent 14c7d18bdb
commit a9f73e7384
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <string>
/** 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