aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-02-23 11:19:39 +0100
committerPaul Kocialkowski <contact@paulk.fr>2014-02-23 11:19:39 +0100
commit121ae6d21c18dd79ed1dc7df4c86a681d70a337a (patch)
tree2283270e9681cbd589c6f61e0ac28eb2cb9e8d33 /samsung-ipc/ipc_devices.h
parent420519cbbaf40fb2af8295f8eb7a80d281b0933d (diff)
downloadexternal_libsamsung-ipc-121ae6d21c18dd79ed1dc7df4c86a681d70a337a.zip
external_libsamsung-ipc-121ae6d21c18dd79ed1dc7df4c86a681d70a337a.tar.gz
external_libsamsung-ipc-121ae6d21c18dd79ed1dc7df4c86a681d70a337a.tar.bz2
ipc_devices: Proper type for count and index
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/ipc_devices.h')
-rw-r--r--samsung-ipc/ipc_devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/ipc_devices.h b/samsung-ipc/ipc_devices.h
index 36058c9..c5e3fcd 100644
--- a/samsung-ipc/ipc_devices.h
+++ b/samsung-ipc/ipc_devices.h
@@ -44,7 +44,7 @@ struct ipc_device_desc {
};
extern struct ipc_device_desc ipc_devices[];
-extern int ipc_devices_count;
+extern unsigned int ipc_devices_count;
#endif