aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-06-25 20:03:27 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-06-25 20:03:27 +0200
commit0e0c698a13ae658640af085591b809bbc9a6f658 (patch)
treeb3becdaca8a25299b0cf48501382b0aa4262857f /samsung-ipc/device
parentb8eb72bed49a0353ca8d6fe2dc0d051d482c5d0e (diff)
downloadexternal_libsamsung-ipc-0e0c698a13ae658640af085591b809bbc9a6f658.zip
external_libsamsung-ipc-0e0c698a13ae658640af085591b809bbc9a6f658.tar.gz
external_libsamsung-ipc-0e0c698a13ae658640af085591b809bbc9a6f658.tar.bz2
Renamed ipc_private.h to ipc.h
Change-Id: Ie80159518b6d7d1a6422d3dc47a903eb7fdad6d8 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/device')
-rw-r--r--samsung-ipc/device/aries/aries_ipc.c2
-rw-r--r--samsung-ipc/device/crespo/crespo_ipc.c2
-rw-r--r--samsung-ipc/device/galaxys2/galaxys2_ipc.c2
-rw-r--r--samsung-ipc/device/galaxys2/galaxys2_loader.c2
-rw-r--r--samsung-ipc/device/maguro/maguro_ipc.c2
-rw-r--r--samsung-ipc/device/maguro/maguro_loader.c2
-rw-r--r--samsung-ipc/device/piranha/piranha_ipc.c2
-rw-r--r--samsung-ipc/device/piranha/piranha_loader.c2
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_ipc.c2
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_loader.c2
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_modemctl.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/samsung-ipc/device/aries/aries_ipc.c b/samsung-ipc/device/aries/aries_ipc.c
index 4f5bf42..5c8705d 100644
--- a/samsung-ipc/device/aries/aries_ipc.c
+++ b/samsung-ipc/device/aries/aries_ipc.c
@@ -43,7 +43,7 @@
#include <samsung-ipc.h>
#include "aries_ipc.h"
-#include "ipc_private.h"
+#include "ipc.h"
#include "sipc4.h"
#include "onedram.h"
#include "phonet.h"
diff --git a/samsung-ipc/device/crespo/crespo_ipc.c b/samsung-ipc/device/crespo/crespo_ipc.c
index 026bb1f..6bef48a 100644
--- a/samsung-ipc/device/crespo/crespo_ipc.c
+++ b/samsung-ipc/device/crespo/crespo_ipc.c
@@ -38,7 +38,7 @@
#include "crespo_modem_ctl.h"
#include "crespo_ipc.h"
-#include "ipc_private.h"
+#include "ipc.h"
int crespo_modem_bootstrap(struct ipc_client *client)
{
diff --git a/samsung-ipc/device/galaxys2/galaxys2_ipc.c b/samsung-ipc/device/galaxys2/galaxys2_ipc.c
index e9ae68f..dbaced5 100644
--- a/samsung-ipc/device/galaxys2/galaxys2_ipc.c
+++ b/samsung-ipc/device/galaxys2/galaxys2_ipc.c
@@ -25,7 +25,7 @@
#include <stdlib.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "xmm6260_ipc.h"
#include "galaxys2_loader.h"
diff --git a/samsung-ipc/device/galaxys2/galaxys2_loader.c b/samsung-ipc/device/galaxys2/galaxys2_loader.c
index c0610af..35fb4e1 100644
--- a/samsung-ipc/device/galaxys2/galaxys2_loader.c
+++ b/samsung-ipc/device/galaxys2/galaxys2_loader.c
@@ -38,7 +38,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "galaxys2_loader.h"
#include "xmm6260_loader.h"
diff --git a/samsung-ipc/device/maguro/maguro_ipc.c b/samsung-ipc/device/maguro/maguro_ipc.c
index d746bb6..a25d357 100644
--- a/samsung-ipc/device/maguro/maguro_ipc.c
+++ b/samsung-ipc/device/maguro/maguro_ipc.c
@@ -26,7 +26,7 @@
#include <stdlib.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "xmm6260_ipc.h"
#include "maguro_loader.h"
diff --git a/samsung-ipc/device/maguro/maguro_loader.c b/samsung-ipc/device/maguro/maguro_loader.c
index 0d72d54..e6d8287 100644
--- a/samsung-ipc/device/maguro/maguro_loader.c
+++ b/samsung-ipc/device/maguro/maguro_loader.c
@@ -36,7 +36,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "maguro_loader.h"
#include "xmm6260_loader.h"
diff --git a/samsung-ipc/device/piranha/piranha_ipc.c b/samsung-ipc/device/piranha/piranha_ipc.c
index 0277ec3..81761b9 100644
--- a/samsung-ipc/device/piranha/piranha_ipc.c
+++ b/samsung-ipc/device/piranha/piranha_ipc.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "xmm6260_ipc.h"
#include "piranha_loader.h"
diff --git a/samsung-ipc/device/piranha/piranha_loader.c b/samsung-ipc/device/piranha/piranha_loader.c
index 1577d54..d5b28ad 100644
--- a/samsung-ipc/device/piranha/piranha_loader.c
+++ b/samsung-ipc/device/piranha/piranha_loader.c
@@ -37,7 +37,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "xmm6260_loader.h"
#include "xmm6260_modemctl.h"
diff --git a/samsung-ipc/device/xmm6260/xmm6260_ipc.c b/samsung-ipc/device/xmm6260/xmm6260_ipc.c
index 99d4727..c2d7a3b 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_ipc.c
+++ b/samsung-ipc/device/xmm6260/xmm6260_ipc.c
@@ -40,7 +40,7 @@
#include <samsung-ipc.h>
#include <wakelock.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "xmm6260_ipc.h"
#include "xmm6260_loader.h"
diff --git a/samsung-ipc/device/xmm6260/xmm6260_loader.c b/samsung-ipc/device/xmm6260/xmm6260_loader.c
index 49de352..0c077c6 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_loader.c
+++ b/samsung-ipc/device/xmm6260/xmm6260_loader.c
@@ -36,7 +36,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "xmm6260_loader.h"
#include "xmm6260_modemctl.h"
diff --git a/samsung-ipc/device/xmm6260/xmm6260_modemctl.c b/samsung-ipc/device/xmm6260/xmm6260_modemctl.c
index 161a024..e0048e7 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_modemctl.c
+++ b/samsung-ipc/device/xmm6260/xmm6260_modemctl.c
@@ -36,7 +36,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
-#include "ipc_private.h"
+#include "ipc.h"
#include "xmm6260_loader.h"
#include "xmm6260_modemctl.h"