Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 332c11dd authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

net: socket: Add AF_QIPCRTR protocol definition



Add definition to enable QRTR based sockets.

Change-Id: Ic5b070462a103abcc5820fadb7b6bdc40946f1e5
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent a772e496
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -200,7 +200,8 @@ struct ucred {
#define AF_ALG		38	/* Algorithm sockets		*/
#define AF_NFC		39	/* NFC sockets			*/
#define AF_VSOCK	40	/* vSockets			*/
#define AF_MAX		41	/* For now.. */
#define AF_QIPCRTR	42	/* QTI IPC Router		*/
#define AF_MAX		43	/* For now.. */

/* Protocol families, same as address families. */
#define PF_UNSPEC	AF_UNSPEC
@@ -246,6 +247,7 @@ struct ucred {
#define PF_ALG		AF_ALG
#define PF_NFC		AF_NFC
#define PF_VSOCK	AF_VSOCK
#define PF_QIPCRTR	AF_QIPCRTR
#define PF_MAX		AF_MAX

/* Maximum queue length specifiable by listen.  */