mirror of
https://github.com/estkme-group/lpac
synced 2026-09-17 01:32:10 +02:00
9 lines
151 B
C
9 lines
151 B
C
#pragma once
|
|
|
|
#include <euicc/euicc.h>
|
|
#include <jprint.h>
|
|
|
|
extern struct euicc_ctx euicc_ctx;
|
|
|
|
int main_init_euicc(void);
|
|
void main_fini_euicc(void);
|