mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 21:58:24 +00:00
@ -20,6 +20,9 @@
|
||||
#include <pd_session_component.h>
|
||||
#include <dataspace_component.h>
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/parent_socket_handle.h>
|
||||
|
||||
/* Linux includes */
|
||||
#include <core_linux_syscalls.h>
|
||||
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/native_thread.h>
|
||||
#include <base/internal/parent_socket_handle.h>
|
||||
|
||||
/* local includes */
|
||||
#include "platform.h"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#define _INCLUDE__BASE__INTERNAL__LOCK_HELPER_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/native_types.h>
|
||||
#include <base/thread.h>
|
||||
|
||||
/* Linux includes */
|
||||
|
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* \brief Socket handle that refers to the component's parent
|
||||
* \author Norman Feske
|
||||
* \date 2016-06-13
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__BASE__INTERNAL__PARENT_SOCKET_HANDLE_H_
|
||||
#define _INCLUDE__BASE__INTERNAL__PARENT_SOCKET_HANDLE_H_
|
||||
|
||||
namespace Genode { enum { PARENT_SOCKET_HANDLE = 100 }; }
|
||||
|
||||
#endif /* _INCLUDE__BASE__INTERNAL__PARENT_SOCKET_HANDLE_H_ */
|
@ -21,6 +21,7 @@
|
||||
#include <base/internal/platform_env.h>
|
||||
#include <base/internal/native_thread.h>
|
||||
#include <base/internal/globals.h>
|
||||
#include <base/internal/parent_socket_handle.h>
|
||||
|
||||
using namespace Genode;
|
||||
|
||||
|
Reference in New Issue
Block a user