From 0c8fbbfce1e43634a1c3d71a173e6944e86da76b Mon Sep 17 00:00:00 2001 From: Necip Fazil Yildiran Date: Tue, 23 Jun 2020 08:53:15 +0300 Subject: sys/linux: add descriptions for qrtr socket Added descriptions to test Qualcomm's IPC router protocol for sockets. Update #533. --- sys/linux/socket_arm64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_arm64.const') diff --git a/sys/linux/socket_arm64.const b/sys/linux/socket_arm64.const index 71a1e9f5d..e1e116965 100644 --- a/sys/linux/socket_arm64.const +++ b/sys/linux/socket_arm64.const @@ -20,6 +20,7 @@ AF_NFC = 39 AF_PACKET = 17 AF_PHONET = 35 AF_PPPOX = 24 +AF_QIPCRTR = 42 AF_RDS = 21 AF_ROSE = 11 AF_RXRPC = 33 -- cgit mrf-deployment