diff options
author | Richard Henderson <rth@twiddle.net> | 2016-12-15 09:49:25 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-23 09:52:39 -0800 |
commit | 8b4c32ae43949068550525feef95444143cf9dcd (patch) | |
tree | 36835aae3c52812d36b536b62274202e79fbb2dc /linux-user/socket.h | |
parent | b5c375e2faf0e4958c567e8fe5990ccdfd35c2bd (diff) |
linux-user: Add HPPA socket.h definitions
Split this out into a "cpu/sockbits.h" file now,
like we ought to do for all of the other targets.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'linux-user/socket.h')
-rw-r--r-- | linux-user/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/socket.h b/linux-user/socket.h index 4dacae6127..7051cd2cf4 100644 --- a/linux-user/socket.h +++ b/linux-user/socket.h @@ -205,6 +205,8 @@ #define TARGET_SOCK_MAX (TARGET_SOCK_PACKET + 1) #define TARGET_SOCK_TYPE_MASK 0xf /* Covers up to TARGET_SOCK_MAX-1. */ +#elif defined(TARGET_HPPA) +#include <hppa/sockbits.h> #else #if defined(TARGET_SPARC) |