diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-02-08 17:35:54 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-02-08 17:35:54 +0100 |
commit | 6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270 (patch) | |
tree | f5ce63da93f485516655155a51c3b4ec0f5d7b2c /include/pb.h | |
parent | ffc71f0da11b322e5c28425200cbb8666cf441f9 (diff) | |
download | external_libsamsung-ipc-6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270.zip external_libsamsung-ipc-6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270.tar.gz external_libsamsung-ipc-6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270.tar.bz2 |
Prefer official Samsung IPC protocol names
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/pb.h')
-rw-r--r-- | include/pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pb.h b/include/pb.h index d525755..1072684 100644 --- a/include/pb.h +++ b/include/pb.h @@ -30,7 +30,7 @@ #define IPC_PB_STORAGE 0x0602 #define IPC_PB_STORAGE_LIST 0x0603 #define IPC_PB_ENTRY_INFO 0x0604 -#define IPC_PB_CAPABILITY_INFO 0x0605 +#define IPC_PB_3GPB_CAPA 0x0605 #endif |