aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/h1/h1_ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/device/h1/h1_ipc.h')
-rw-r--r--samsung-ipc/device/h1/h1_ipc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/samsung-ipc/device/h1/h1_ipc.h b/samsung-ipc/device/h1/h1_ipc.h
index 1bbc951..992f822 100644
--- a/samsung-ipc/device/h1/h1_ipc.h
+++ b/samsung-ipc/device/h1/h1_ipc.h
@@ -17,6 +17,9 @@
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
*
*/
+
+ #ifndef _H1_IPC_H_
+ #define _H1_IPC_H_
#include <radio.h>
@@ -42,3 +45,7 @@ struct hdlc_header {
struct ipc_header ipc;
} __attribute__((__packed__));
+#endif
+
+// vim:ts=4:sw=4:expandtab
+