From 8b4c32ae43949068550525feef95444143cf9dcd Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 15 Dec 2016 09:49:25 -0800 Subject: 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 --- linux-user/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-user/socket.h') 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 #else #if defined(TARGET_SPARC) -- cgit v1.2.3-55-g7522