]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/io/server/src/vpci_virtual_root.cc
update
[l4.git] / l4 / pkg / io / server / src / vpci_virtual_root.cc
index 9e4d8a4bf9f2c047bac523d453b32ff7090521c6..538045022745438e1435bc5d35a99008a9406cbb 100644 (file)
@@ -29,6 +29,12 @@ public:
   char const *hid() const
   { return "PNP0A03"; }
 
+  void set_host(Device *d) { _host = d; }
+  Device *host() const { return _host; }
+
+private:
+  Device *_host;
+
 public:
   int cfg_read(L4::Ipc_iostream &ios);
   int cfg_write(L4::Ipc_iostream &ios);