aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-10-27 22:16:51 +0200
committerJoerie de Gram <j.de.gram@gmail.com>2011-10-28 13:53:28 +0200
commit17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a (patch)
treea5cc26da0ec298903645685c195335aa93243fb0 /include/sec.h
parent5118f7748a7a93d09a4721018b8fc68b98faa9e1 (diff)
downloadhardware_replicant_libsamsung-ipc-17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a.tar.gz
hardware_replicant_libsamsung-ipc-17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a.tar.bz2
hardware_replicant_libsamsung-ipc-17e2ec0bbe363a24a3d9a6f4b0128a152f6db31a.zip
Corrected Android.mk, crespo_ipc file, some headers and helpers.
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sec.h b/include/sec.h
index 3401a40..d5dee00 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -21,7 +21,7 @@
#ifndef __SEC_H__
#define __SEC_H__
-struct ipc_response;
+struct ipc_message_info;
#define IPC_SEC_PIN_STATUS 0x0501
#define IPC_SEC_PHONE_LOCK 0x0502
@@ -109,7 +109,7 @@ struct ipc_sec_lock_info_response {
unsigned char attempts;
} __attribute__((__packed__));
-char* ipc_sec_rsim_access_response_get_file_data(struct ipc_response *response);
+char* ipc_sec_rsim_access_response_get_file_data(struct ipc_message_info *response);
void ipc_sec_pin_status_set_setup(struct ipc_sec_pin_status_set *message,
unsigned char pin_type, char *pin1, char *pin2);