Landfall

pkg/devices/idl/keypad.idl

289:3c7cc99ed90f
6 months ago Paul Boddie Widened various address and size values to avoid overflow/truncation issues. Fixed high-capacity card support by changing the initialisation procedure. cpm-library-improvements
     1 #include <l4/devices/protocols.h>     2      3 [protocol(LANDFALL_KEYPAD)]     4 interface Keypad     5 {     6   void get_keypad_data(out cap data);     7 };