aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-04-04 19:11:17 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-27 18:40:26 +0200
commit9517ec3cd4afb7da43b9b2d76fc35e41da3bd416 (patch)
tree2347d5f865e2d15a6ce28ad575308b6dc0eb0ecd
parentca0539c9d5b8415f8e9f8c139ef2e6907b206603 (diff)
downloadhardware_replicant_libsamsung-ipc-9517ec3cd4afb7da43b9b2d76fc35e41da3bd416.tar.gz
hardware_replicant_libsamsung-ipc-9517ec3cd4afb7da43b9b2d76fc35e41da3bd416.tar.bz2
hardware_replicant_libsamsung-ipc-9517ec3cd4afb7da43b9b2d76fc35e41da3bd416.zip
includes: pb.h: switch to Linux code style
This contains no functional changes. The commented out code if any has also been preserved as it could be relevant to the understanding of the code. It will be kept until we understand why the code has been commented. In that case we either need to remove it completely or to replace it by a comment explaining why not having that code was necessary. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Reviewed-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r--include/pb.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/include/pb.h b/include/pb.h
index 1072684..036c45c 100644
--- a/include/pb.h
+++ b/include/pb.h
@@ -26,12 +26,10 @@
* Commands
*/
-#define IPC_PB_ACCESS 0x0601
-#define IPC_PB_STORAGE 0x0602
-#define IPC_PB_STORAGE_LIST 0x0603
-#define IPC_PB_ENTRY_INFO 0x0604
-#define IPC_PB_3GPB_CAPA 0x0605
+#define IPC_PB_ACCESS 0x0601
+#define IPC_PB_STORAGE 0x0602
+#define IPC_PB_STORAGE_LIST 0x0603
+#define IPC_PB_ENTRY_INFO 0x0604
+#define IPC_PB_3GPB_CAPA 0x0605
-#endif
-
-// vim:ts=4:sw=4:expandtab
+#endif /* __SAMSUNG_IPC_PB_H__ */