8 months ago | Paul Boddie | file changeset files shortlog | Exposed the card registry and added support for inspecting partition tables. | cpm-library-improvements |
paul@102 | 1 | #include <l4/devices/protocols.h> |
paul@102 | 2 | |
paul@102 | 3 | /* A backlight interface. Backlights may also support the Activation |
paul@102 | 4 | interface. */ |
paul@102 | 5 | |
paul@102 | 6 | [protocol(LANDFALL_BACKLIGHT)] |
paul@102 | 7 | interface Backlight |
paul@102 | 8 | { |
paul@102 | 9 | void set_brightness(in int level); |
paul@102 | 10 | }; |