From 9d1137d9197552439af937fee4b9ec5368f562bf Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Tue, 25 Jun 2013 16:22:19 +0200 Subject: Drop support for the (incomplete) old protocol implementation used on H1. Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski --- include/samsung-ipc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/samsung-ipc.h') diff --git a/include/samsung-ipc.h b/include/samsung-ipc.h index 221b395..2a15317 100644 --- a/include/samsung-ipc.h +++ b/include/samsung-ipc.h @@ -1,4 +1,4 @@ -/** +/* * This file is part of libsamsung-ipc. * * Copyright (C) 2012 Simon Busch @@ -18,8 +18,8 @@ * */ -#ifndef SAMSUNGIPC_H_ -#define SAMSUNGIPC_H_ +#ifndef __SAMSUNG_IPC_H__ +#define __SAMSUNG_IPC_H__ #include -- cgit v1.1