2011-12-22 16:19:25 +01:00
|
|
|
/*
|
|
|
|
* \brief CAP-session interface
|
|
|
|
* \author Norman Feske
|
|
|
|
* \date 2006-06-23
|
|
|
|
*
|
2016-01-19 20:24:22 +01:00
|
|
|
* \deprecated
|
|
|
|
*
|
|
|
|
* This header is scheduled for removal. It exists for API compatiblity only.
|
2011-12-22 16:19:25 +01:00
|
|
|
*/
|
|
|
|
|
2017-01-30 11:35:12 +01:00
|
|
|
#ifndef INCLUDED_BY_ENTRYPOINT_CC
|
|
|
|
#warning cap_session/cap_session.h is deprecated
|
|
|
|
#endif
|
|
|
|
|
2011-12-22 16:19:25 +01:00
|
|
|
/*
|
2017-02-20 13:23:52 +01:00
|
|
|
* Copyright (C) 2006-2017 Genode Labs GmbH
|
2011-12-22 16:19:25 +01:00
|
|
|
*
|
|
|
|
* This file is part of the Genode OS framework, which is distributed
|
2017-02-20 13:23:52 +01:00
|
|
|
* under the terms of the GNU Affero General Public License version 3.
|
2011-12-22 16:19:25 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _INCLUDE__CAP_SESSION__CAP_SESSION_H_
|
|
|
|
#define _INCLUDE__CAP_SESSION__CAP_SESSION_H_
|
|
|
|
|
2016-01-19 20:24:22 +01:00
|
|
|
#include <pd_session/pd_session.h>
|
2015-03-04 21:12:14 +01:00
|
|
|
|
2016-01-19 20:24:22 +01:00
|
|
|
namespace Genode { typedef Pd_session Cap_session; }
|
2011-12-22 16:19:25 +01:00
|
|
|
|
|
|
|
#endif /* _INCLUDE__CAP_SESSION__CAP_SESSION_H_ */
|