QMOD: Add code to determine SIM Card presence

This commit is contained in:
Harald Welte
2017-05-05 20:23:10 +02:00
parent 7e4390f181
commit 6d1128e9d1
5 changed files with 79 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
int is_card_present(int port);
int card_present_init(void);