diff options
| author | Richard Henderson | 2016-12-15 18:49:25 +0100 |
|---|---|---|
| committer | Richard Henderson | 2017-01-23 18:52:39 +0100 |
| commit | 8b4c32ae43949068550525feef95444143cf9dcd (patch) | |
| tree | 36835aae3c52812d36b536b62274202e79fbb2dc /linux-user/socket.h | |
| parent | linux-user: Add some hppa ioctls (diff) | |
| download | qemu-8b4c32ae43949068550525feef95444143cf9dcd.tar.gz qemu-8b4c32ae43949068550525feef95444143cf9dcd.tar.xz qemu-8b4c32ae43949068550525feef95444143cf9dcd.zip | |
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) |
