genode/repos/base-linux/src/include/base/internal/parent_socket_handle.h

20 lines
552 B
C++

/*
* \brief Socket handle that refers to the component's parent
* \author Norman Feske
* \date 2016-06-13
*/
/*
* Copyright (C) 2016-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#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_ */