diff options
Diffstat (limited to 'samsung-ipc/ipc_devices.h')
-rw-r--r-- | samsung-ipc/ipc_devices.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samsung-ipc/ipc_devices.h b/samsung-ipc/ipc_devices.h index c854d8b..6050bf5 100644 --- a/samsung-ipc/ipc_devices.h +++ b/samsung-ipc/ipc_devices.h @@ -36,13 +36,14 @@ extern struct ipc_device_desc ipc_devices[]; extern int ipc_devices_count; // xmm6260 +// Galaxy S2 (I9100) +// Galaxy Nexus (I9250) extern struct ipc_handlers xmm6260_default_handlers; extern struct ipc_ops xmm6260_i9100_fmt_ops; extern struct ipc_ops xmm6260_i9250_fmt_ops; extern struct ipc_ops xmm6260_rfs_ops; - // h1 extern struct ipc_handlers h1_default_handlers; |