diff options
Diffstat (limited to 'samsung-ipc/device/crespo/crespo_ipc.h')
-rw-r--r-- | samsung-ipc/device/crespo/crespo_ipc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/samsung-ipc/device/crespo/crespo_ipc.h b/samsung-ipc/device/crespo/crespo_ipc.h index e583c13..2667f2f 100644 --- a/samsung-ipc/device/crespo/crespo_ipc.h +++ b/samsung-ipc/device/crespo/crespo_ipc.h @@ -28,18 +28,6 @@ #define MAX_MODEM_DATA_SIZE 0x1000 -struct samsung_rfs_msg -{ - uint32_t offset; - uint32_t size; -}; - -struct samsung_rfs_cfrm -{ - uint8_t confirmation; - struct samsung_rfs_msg msg; -}; - int wake_lock(char *lock_name, int len); int wake_unlock(char *lock_name, int len); |