mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-27 02:38:33 +03:00
QMOD: Add code to determine SIM Card presence
This commit is contained in:
4
firmware/libboard/qmod/include/card_pres.h
Normal file
4
firmware/libboard/qmod/include/card_pres.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
int is_card_present(int port);
|
||||
int card_present_init(void);
|
||||
Reference in New Issue
Block a user