diff options
Diffstat (limited to 'samsung-ipc/ipc_devices.h')
-rw-r--r-- | samsung-ipc/ipc_devices.h | 24 |
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[]; |