[sim] change applink for tohost/fromhost (forgot one file)
authorYunsup Lee <yunsup@cs.berkeley.edu>
Wed, 8 Sep 2010 21:17:12 +0000 (14:17 -0700)
committerYunsup Lee <yunsup@cs.berkeley.edu>
Wed, 8 Sep 2010 21:17:12 +0000 (14:17 -0700)
riscv/applink.h

index b153b1f826b15d364a2c6f008a8bbe45f0ba2ca6..5ef0a1a8466b46f4d0380effdf9f4785ce29083d 100644 (file)
@@ -11,6 +11,8 @@ public:
   appserver_link_t(int _tohost_fd, int _fromhost_fd);
   void init(sim_t* _sim);
   void wait_for_start();
+  void wait_for_tohost();
+  void wait_for_fromhost();
   int wait_for_packet();
 
 private: