mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
@ -17,6 +17,6 @@
|
||||
#include <base/capability.h>
|
||||
#include <gpu_session/gpu_session.h>
|
||||
|
||||
namespace Gpu { typedef Genode::Capability<Session> Session_capability; }
|
||||
namespace Gpu { using Session_capability = Genode::Capability<Session>; }
|
||||
|
||||
#endif /* _INCLUDE__GPU_SESSION__CAPABILITY_H_ */
|
||||
|
Reference in New Issue
Block a user