mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
Redundant functions in phone and sniffer moved
File simtrace_iso7816.c is like a library for iso specific functions. The next step will be to use the atmel softlib functions instead.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef SIMTRACE_H
|
||||
#define SIMTRACE_H
|
||||
|
||||
// FIXME: static function definitions
|
||||
extern uint32_t _ISO7816_GetChar( uint8_t *pCharToReceive );
|
||||
@@ -6,4 +8,8 @@ extern void Phone_Master_Init( void );
|
||||
|
||||
extern void Sniffer_Init( void );
|
||||
|
||||
extern void SIMtrace_USB_Initialize( void );
|
||||
|
||||
extern void _ISO7816_Init( void );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user