forked from mirrors/lpac
7 lines
190 B
C
7 lines
190 B
C
#pragma once
|
|
#include <euicc/interface.h>
|
|
|
|
extern struct euicc_apdu_interface dlsym_apdu_interface;
|
|
extern struct euicc_http_interface dlsym_http_interface;
|
|
|
|
int dlsym_interface_init(void);
|