mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
10 lines
233 B
C
10 lines
233 B
C
|
|
// FIXME: static function definitions
|
|
extern uint32_t _ISO7816_GetChar( uint8_t *pCharToReceive );
|
|
extern uint32_t _ISO7816_SendChar( uint8_t CharToSend );
|
|
extern void Phone_Master_Init( void );
|
|
|
|
extern void Sniffer_Init( void );
|
|
|
|
|