2 * This file is part of libsamsung-ipc.
4 * Copyright (C) 2013-2014 Paul Kocialkowski <contact@paulk.fr>
6 * libsamsung-ipc is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 2 of the License, or
9 * (at your option) any later version.
11 * libsamsung-ipc is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef __N7100_IPC_H__
22 #define __N7100_IPC_H__
24 #define N7100_MODEM_IMAGE_SIZE 0x1000000
25 #define N7100_PSI_OFFSET 0x1000
26 #define N7100_PSI_SIZE 0xE000
27 #define N7100_EBL_OFFSET 0xF000
28 #define N7100_EBL_SIZE 0x19000
29 #define N7100_SEC_START_OFFSET 0x9FF800
30 #define N7100_SEC_START_SIZE 0x800
31 #define N7100_FIRMWARE_OFFSET 0x28000
32 #define N7100_FIRMWARE_SIZE 0x9D7800
33 #define N7100_NV_DATA_OFFSET 0xA00000
34 #define N7100_NV_DATA_SIZE 0x200000
36 #define N7100_MODEM_IMAGE_DEVICE "/dev/block/mmcblk0p10"
38 struct n7100_ipc_transport_data {
42 extern struct ipc_ops n7100_ipc_fmt_ops;
43 extern struct ipc_ops n7100_ipc_rfs_ops;
44 extern struct ipc_handlers n7100_ipc_handlers;
45 extern struct ipc_gprs_specs n7100_ipc_gprs_specs;
49 // vim:ts=4:sw=4:expandtab