ruby: Converted the sequencer deadlock event to m5 eventq
[gem5.git] / src / mem / ruby / libruby_internal.hh
1 #ifndef LIBRUBY_INTERNAL_H
2 #define LIBRUBY_INTERNAL_H
3
4 #include "mem/ruby/libruby.hh"
5
6 #include <ostream>
7 #include <string>
8
9 std::string RubyRequestType_to_string(const RubyRequestType& obj);
10 RubyRequestType string_to_RubyRequestType(std::string);
11 std::ostream& operator<<(std::ostream& out, const RubyRequestType& obj);
12
13 #endif