blob: efa855c8235a6d802532ddb39eb86eb9443639e7 [file] [log] [blame]
#ifndef LIBRUBY_INTERNAL_H
#define LIBRUBY_INTERNAL_H
#include "mem/ruby/libruby.hh"
#include <ostream>
#include <string>
std::string RubyRequestType_to_string(const RubyRequestType& obj);
RubyRequestType string_to_RubyRequestType(std::string);
std::ostream& operator<<(std::ostream& out, const RubyRequestType& obj);
#endif