mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-14 05:08:19 +00:00
@ -17,6 +17,6 @@
|
||||
#include <base/capability.h>
|
||||
#include <session/session.h>
|
||||
|
||||
namespace Genode { typedef Capability<Session> Session_capability; }
|
||||
namespace Genode { using Session_capability = Capability<Session>; }
|
||||
|
||||
#endif /* _INCLUDE__SESSION__CAPABILITY_H_ */
|
||||
|
Reference in New Issue
Block a user