Landfall

pkg/devices/idl/keypad.idl

152:c9a29e1ba843
17 months ago Paul Boddie Introduced a variety of changes and updates for testing. idl4re-libipc-libsystypes
     1 #include <l4/devices/protocols.h>     2      3 [protocol(LANDFALL_KEYPAD)]     4 interface Keypad     5 {     6   void get_keypad_data(out cap data);     7 };