mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 17:28:32 +03:00
cciddriver.h: Include USBD.h, remove function def
This commit is contained in:
@@ -48,13 +48,7 @@
|
|||||||
#ifndef CCID_DRIVER_H
|
#ifndef CCID_DRIVER_H
|
||||||
#define CCID_DRIVER_H
|
#define CCID_DRIVER_H
|
||||||
|
|
||||||
// FIXME: This is dirty! Typedef copied from USBD.h
|
#include "USBD.h"
|
||||||
typedef void (*TransferCallback)(void *pArg,
|
|
||||||
uint8_t status,
|
|
||||||
uint32_t transferred,
|
|
||||||
uint32_t remaining);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// For reference, the absolute maximum block size
|
/// For reference, the absolute maximum block size
|
||||||
/// for a TPDU T=0 block is 260 bytes (5 bytes command; 255 bytes data), or
|
/// for a TPDU T=0 block is 260 bytes (5 bytes command; 255 bytes data), or
|
||||||
|
|||||||
Reference in New Issue
Block a user