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