Landfall

pkg/devices/idl/activation.idl

181:04e69fba99d8
13 months ago Paul Boddie Removed superfluous clock methods. cpm-library-improvements
     1 #include <l4/devices/protocols.h>     2      3 [protocol(LANDFALL_ACTIVATION)]     4 interface Activation     5 {     6   void disable();     7      8   void enable();     9 };