Revision 1cc2428c hw/ccid.h

b/hw/ccid.h
29 29
 */
30 30
struct CCIDCardInfo {
31 31
    DeviceInfo qdev;
32
    void (*print)(Monitor *mon, CCIDCardState *card, int indent);
33 32
    const uint8_t *(*get_atr)(CCIDCardState *card, uint32_t *len);
34 33
    void (*apdu_from_guest)(CCIDCardState *card,
35 34
                            const uint8_t *apdu,

Also available in: Unified diff