mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 16:39:39 +00:00
@ -23,7 +23,7 @@ namespace Audio_in {
|
||||
* because this file relies on the 'Audio_in::Session_capability' type.
|
||||
*/
|
||||
class Session;
|
||||
typedef Genode::Capability<Session> Session_capability;
|
||||
using Session_capability = Genode::Capability<Session>;
|
||||
}
|
||||
|
||||
#endif /* _INCLUDE__AUDIO_IN_SESSION__CAPABILITY_H_ */
|
||||
|
Reference in New Issue
Block a user