summaryrefslogtreecommitdiff
path: root/src/mem/ruby/common/TypeDefines.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/common/TypeDefines.hh')
-rw-r--r--src/mem/ruby/common/TypeDefines.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mem/ruby/common/TypeDefines.hh b/src/mem/ruby/common/TypeDefines.hh
index f29efe8b5..203b63779 100644
--- a/src/mem/ruby/common/TypeDefines.hh
+++ b/src/mem/ruby/common/TypeDefines.hh
@@ -30,6 +30,9 @@
#ifndef TYPEDEFINES_H
#define TYPEDEFINES_H
+typedef unsigned long long uint64;
+typedef long long int64;
+
typedef unsigned int LinkID;
typedef unsigned int NodeID;
typedef unsigned int SwitchID;