aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/ipc_private.h')
-rw-r--r--samsung-ipc/ipc_private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/samsung-ipc/ipc_private.h b/samsung-ipc/ipc_private.h
index 1795def..ac8db78 100644
--- a/samsung-ipc/ipc_private.h
+++ b/samsung-ipc/ipc_private.h
@@ -65,12 +65,6 @@ struct ipc_client {
struct ipc_handlers *handlers;
};
-struct ipc_device_desc {
- struct ipc_ops *fmt_ops;
- struct ipc_ops *rfs_ops;
- struct ips_handlers *handlers;
-};
-
void ipc_client_log(struct ipc_client *client, const char *message, ...);
void ipc_register_device_client_handlers(int device, struct ipc_ops *fmt_ops,
struct ipc_ops *rfs_ops, struct ipc_handlers *handlers);