about summary refs log tree commit diff
path: root/arch/mips/bits/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/bits/socket.h')
-rw-r--r--arch/mips/bits/socket.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h
index c464ed90..36febbc2 100644
--- a/arch/mips/bits/socket.h
+++ b/arch/mips/bits/socket.h
@@ -8,3 +8,10 @@ struct msghdr
 	socklen_t msg_controllen;
 	int msg_flags;
 };
+
+struct cmsghdr
+{
+	socklen_t cmsg_len;
+	int cmsg_level;
+	int cmsg_type;
+};