From d1419fc79fd0339eceb3b451c8c50edec18cc3c7 Mon Sep 17 00:00:00 2001 From: Noa Osherovich Date: Sun, 17 Dec 2017 17:53:22 +0200 Subject: Sys/linux: Add rdma.txt Initial description of the kernel's RDMA subsystem. This patch covers most of the older write() interface as well as the some ioctl functions. Also disable rdma_cm's ib_qp_type flags as it conflicts with rdma's definition, and rdma builds first. Signed-off-by: Noa Osherovich --- sys/linux/dev_rtc_arm64.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_rtc_arm64.const') diff --git a/sys/linux/dev_rtc_arm64.const b/sys/linux/dev_rtc_arm64.const index 584a5054b..d52cef685 100644 --- a/sys/linux/dev_rtc_arm64.const +++ b/sys/linux/dev_rtc_arm64.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 RTC_AIE_OFF = 28674 RTC_AIE_ON = 28673 RTC_ALM_READ = 2149871624 @@ -23,3 +24,4 @@ RTC_WIE_ON = 28687 RTC_WKALM_RD = 2150133776 RTC_WKALM_SET = 1076391951 __NR_ioctl = 29 +__NR_openat = 56 -- cgit mrf-deployment