Landfall

pkg/devices/idl/input.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 import "event.idl";     2 import "icu.idl";     3      4 /* An input interface supporting events and IRQ binding. */     5      6 interface Input composes Event, ICU;