genode/base-hw/include/vm_session/capability.h

24 lines
586 B
C++

/*
* \brief VM-session capability type
* \author Stefan Kalkowski
* \date 2012-10-02
*/
/*
* Copyright (C) 2012-2013 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__VM_SESSION__CAPABILITY_H_
#define _INCLUDE__VM_SESSION__CAPABILITY_H_
/* Genode includes */
#include <base/capability.h>
#include <vm_session/vm_session.h>
namespace Genode { typedef Capability<Vm_session> Vm_session_capability; }
#endif /* _INCLUDE__VM_SESSION__CAPABILITY_H_ */