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