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/* A backlight interface. Backlights may also support the Activation 4 interface. */ 5 6[protocol(LANDFALL_BACKLIGHT)] 7interfaceBacklight 8{ 9voidset_brightness(inintlevel); 10};