remote_rom: update to 17.02

This commit is contained in:
Johannes Schlatow
2017-03-02 14:07:51 +01:00
parent 95f3e6fd4d
commit f0dd661c8f
4 changed files with 57 additions and 73 deletions

View File

@@ -22,8 +22,8 @@ namespace Remote_rom {
struct Backend_client_base;
class Exception : public ::Genode::Exception { };
Backend_server_base &backend_init_server();
Backend_client_base &backend_init_client();
Backend_server_base &backend_init_server(Genode::Env &env, Genode::Allocator &alloc);
Backend_client_base &backend_init_client(Genode::Env &env, Genode::Allocator &alloc);
};
struct Remote_rom::Backend_server_base