diff options
Diffstat (limited to 'include/asm-um/ipc.h')
-rw-r--r-- | include/asm-um/ipc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/ipc.h b/include/asm-um/ipc.h new file mode 100644 index 000000000000..e2ddc47f3e52 --- /dev/null +++ b/include/asm-um/ipc.h @@ -0,0 +1,6 @@ +#ifndef __UM_IPC_H +#define __UM_IPC_H + +#include "asm/arch/ipc.h" + +#endif |