mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 09:15:36 +00:00
API documentation refinements
This commit is contained in:
committed by
Christian Helmuth
parent
3c785a4ffb
commit
adb26b5216
@ -26,6 +26,9 @@ namespace Gpio { struct Session; }
|
||||
|
||||
struct Gpio::Session : Genode::Session
|
||||
{
|
||||
/**
|
||||
* \noapi
|
||||
*/
|
||||
static const char *service_name() { return "Gpio"; }
|
||||
|
||||
enum { CAP_QUOTA = 2 };
|
||||
|
Reference in New Issue
Block a user