summaryrefslogtreecommitdiff
path: root/linux-user/socket.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2016-12-15 09:49:25 -0800
committerRichard Henderson <rth@twiddle.net>2017-01-23 09:52:39 -0800
commit8b4c32ae43949068550525feef95444143cf9dcd (patch)
tree36835aae3c52812d36b536b62274202e79fbb2dc /linux-user/socket.h
parentb5c375e2faf0e4958c567e8fe5990ccdfd35c2bd (diff)
downloadqemu-8b4c32ae43949068550525feef95444143cf9dcd.tar.gz
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.h2
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)