8 months ago | Paul Boddie | file changeset files shortlog | Exposed the card registry and added support for inspecting partition tables. | cpm-library-improvements |
paul@105 | 1 | #include <l4/devices/protocols.h> |
paul@105 | 2 | |
paul@105 | 3 | [protocol(LANDFALL_SPI)] |
paul@105 | 4 | interface SPI |
paul@105 | 5 | { |
paul@105 | 6 | void send(in int bits, in int data); |
paul@105 | 7 | }; |