mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 16:10:29 +00:00
@ -18,12 +18,18 @@
|
||||
#include <platform_generic.h>
|
||||
#include <rpc_cap_factory.h>
|
||||
|
||||
using namespace Core;
|
||||
/* base-internal includes */
|
||||
#include <base/internal/globals.h>
|
||||
|
||||
using namespace Genode;
|
||||
|
||||
|
||||
static Rpc_cap_factory &rpc_cap_factory()
|
||||
void Genode::init_rpc_cap_alloc(Parent &) { }
|
||||
|
||||
|
||||
static Core::Rpc_cap_factory &rpc_cap_factory()
|
||||
{
|
||||
static Rpc_cap_factory inst(platform().core_mem_alloc());
|
||||
static Core::Rpc_cap_factory inst(Core::platform().core_mem_alloc());
|
||||
return inst;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user