diff options
| author | Noa Osherovich <noaos@mellanox.com> | 2017-12-17 17:53:22 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-27 14:31:07 +0100 |
| commit | d1419fc79fd0339eceb3b451c8c50edec18cc3c7 (patch) | |
| tree | 4f2963d82aaaa23e028298a5c3c83a85de237829 /sys/linux/dev_rtc_386.const | |
| parent | 4e668495fb96931c819602a190c4301ae3f9956e (diff) | |
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 <noaos@mellanox.com>
Diffstat (limited to 'sys/linux/dev_rtc_386.const')
| -rw-r--r-- | sys/linux/dev_rtc_386.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_rtc_386.const b/sys/linux/dev_rtc_386.const index 1e6636264..ef70c6207 100644 --- a/sys/linux/dev_rtc_386.const +++ b/sys/linux/dev_rtc_386.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 = 54 +__NR_openat = 295 |
