aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-02-15 20:16:19 +0100
committerPaul Kocialkowski <contact@paulk.fr>2014-02-15 20:58:20 +0100
commit005645221f3d4dd432970f8f28d9092d66d61213 (patch)
tree6ff93168ae04da425313ada33631fee507cfd7da /samsung-ipc/ipc_devices.h
parentec82c3a5350b8747e1c0a7a0393ab0374dd9fbd5 (diff)
downloadexternal_libsamsung-ipc-005645221f3d4dd432970f8f28d9092d66d61213.zip
external_libsamsung-ipc-005645221f3d4dd432970f8f28d9092d66d61213.tar.gz
external_libsamsung-ipc-005645221f3d4dd432970f8f28d9092d66d61213.tar.bz2
ipc: Consistent coding style and major cleanup
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/ipc_devices.h')
-rw-r--r--samsung-ipc/ipc_devices.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/samsung-ipc/ipc_devices.h b/samsung-ipc/ipc_devices.h
index b93de60..36058c9 100644
--- a/samsung-ipc/ipc_devices.h
+++ b/samsung-ipc/ipc_devices.h
@@ -20,13 +20,13 @@
#include <samsung-ipc.h>
-#include "devices/crespo/crespo_ipc.h"
-#include "devices/aries/aries_ipc.h"
-#include "devices/galaxys2/galaxys2_ipc.h"
-#include "devices/maguro/maguro_ipc.h"
-#include "devices/piranha/piranha_ipc.h"
-#include "devices/i9300/i9300_ipc.h"
-#include "devices/n7100/n7100_ipc.h"
+#include "devices/crespo/crespo.h"
+#include "devices/aries/aries.h"
+#include "devices/galaxys2/galaxys2.h"
+#include "devices/maguro/maguro.h"
+#include "devices/piranha/piranha.h"
+#include "devices/i9300/i9300.h"
+#include "devices/n7100/n7100.h"
#ifndef __IPC_DEVICES_H__
#define __IPC_DEVICES_H__
@@ -36,11 +36,11 @@ struct ipc_device_desc {
char *board_name;
char *kernel_version;
- struct ipc_ops *fmt_ops;
- struct ipc_ops *rfs_ops;
- struct ipc_handlers *handlers;
- struct ipc_gprs_specs *gprs_specs;
- struct ipc_nv_data_specs *nv_data_specs;
+ struct ipc_client_ops *fmt_ops;
+ struct ipc_client_ops *rfs_ops;
+ struct ipc_client_handlers *handlers;
+ struct ipc_client_gprs_specs *gprs_specs;
+ struct ipc_client_nv_data_specs *nv_data_specs;
};
extern struct ipc_device_desc ipc_devices[];