From c929d179530872cb5f393bc604089e36d66b1841 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 18 Nov 2013 09:38:57 +0100 Subject: Add ifndefs Finish up with the addition of ifndefs. * device/buf.h: Add ifndef. * device/dev_master.h: Likewise. * include/device/tty_status.h: Likewise. * include/mach/version.h: Likewise. * ipc/ipc_machdep.h: Likewise. --- ipc/ipc_machdep.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipc/ipc_machdep.h') diff --git a/ipc/ipc_machdep.h b/ipc/ipc_machdep.h index e864c4b0..c205ba45 100755 --- a/ipc/ipc_machdep.h +++ b/ipc/ipc_machdep.h @@ -24,6 +24,9 @@ * the rights to redistribute these changes. */ +#ifndef _IPC_IPC_MACHDEP_H_ +#define _IPC_IPC_MACHDEP_H_ + /* * At times, we need to know the size of a port in bits */ @@ -38,3 +41,4 @@ #define PORT_T_SIZE_IN_BITS 32 #endif +#endif /* _IPC_IPC_MACHDEP_H_ */ -- cgit v1.2.3