aboutsummaryrefslogtreecommitdiffstats
path: root/include/call.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-01-28 11:31:59 +0100
committerPaulK <contact@paulk.fr>2012-01-28 11:45:03 +0100
commitaf1854b3be3410f3090a967cfee8b387d6ad3950 (patch)
treeafafcf8dc8409764edf2bca6d5f6f18e68b99323 /include/call.h
parentdb817efb93fd1818871d3daf454ab329677b11bd (diff)
downloadexternal_libsamsung-ipc-af1854b3be3410f3090a967cfee8b387d6ad3950.zip
external_libsamsung-ipc-af1854b3be3410f3090a967cfee8b387d6ad3950.tar.gz
external_libsamsung-ipc-af1854b3be3410f3090a967cfee8b387d6ad3950.tar.bz2
Switched crespo headers to ipc-v4 as these are shared between multiple devices
Diffstat (limited to 'include/call.h')
-rw-r--r--include/call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/call.h b/include/call.h
index bc34227..e9377e8 100644
--- a/include/call.h
+++ b/include/call.h
@@ -21,8 +21,8 @@
#ifndef __CALL_H__
#define __CALL_H__
-#if defined(DEVICE_CRESPO)
-#include "device/crespo/call.h"
+#if defined(DEVICE_IPC_V4)
+#include "device/ipc-v4/call.h"
#elif defined(DEVICE_H1)
#include "device/h1/call.h"
#endif