From 9bec50660dd955910c2cbe2ab19d47be36a9364e Mon Sep 17 00:00:00 2001 From: Ziyan Date: Thu, 8 Sep 2016 01:23:49 +0200 Subject: ril: add ril shim Based on https://github.com/OMAP4-AOSP/android_device_samsung_tuna/tree/aosp-6.0/ril/libsecril-shim. Change-Id: I8a21e9100938903d593ad67e0a9574c622d5dab4 --- include/telephony/ril.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/telephony/ril.h') diff --git a/include/telephony/ril.h b/include/telephony/ril.h index e7dbe09..e045502 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -4391,8 +4391,6 @@ typedef struct { #define RIL_REQUEST_UICC_GBA_AUTHENTICATE_BOOTSTRAP 10024 #define RIL_REQUEST_UICC_GBA_AUTHENTICATE_NAF 10025 #define RIL_REQUEST_SIM_TRANSMIT_BASIC 10026 -#define RIL_REQUEST_SIM_OPEN_CHANNEL 10027 -#define RIL_REQUEST_SIM_CLOSE_CHANNEL 10028 #define RIL_REQUEST_SIM_TRANSMIT_CHANNEL 10029 #define RIL_REQUEST_SIM_AUTH 10030 #define RIL_REQUEST_PS_ATTACH 10031 -- cgit v1.1