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 | [protocol(LANDFALL_ACTIVATION)] |
paul@102 | 4 | interface Activation |
paul@102 | 5 | { |
paul@102 | 6 | void disable(); |
paul@102 | 7 | |
paul@102 | 8 | void enable(); |
paul@102 | 9 | }; |