API documentation refinements

This commit is contained in:
Norman Feske
2017-05-24 14:41:19 +02:00
committed by Christian Helmuth
parent 3c785a4ffb
commit adb26b5216
34 changed files with 128 additions and 41 deletions

View File

@ -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 };