mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 08:03:56 +00:00
@ -17,6 +17,6 @@
|
||||
#include <base/capability.h>
|
||||
#include <parent/parent.h>
|
||||
|
||||
namespace Genode { typedef Capability<Parent> Parent_capability; }
|
||||
namespace Genode { using Parent_capability = Capability<Parent>; }
|
||||
|
||||
#endif /* _INCLUDE__PARENT__CAPABILITY_H_ */
|
||||
|
Reference in New Issue
Block a user