mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
hwcomponent: fix size of the component type enum.
This commit is contained in:
parent
14c7d18bdb
commit
a9f73e7384
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user