diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2020-06-25 18:33:18 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-26 16:41:30 +0200 |
| commit | 999d3ea4e03b435a062eca30e08cc65525822d04 (patch) | |
| tree | 90fc58b4e6b5ee8d328709e209a576790b1b6c72 /sys/linux/dev_ppp_riscv64.const | |
| parent | a8829ad2746642ba151c28604c4e77744f8853f2 (diff) | |
sys/linux: add initial support for riscv64
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sys/linux/dev_ppp_riscv64.const')
| -rw-r--r-- | sys/linux/dev_ppp_riscv64.const | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/sys/linux/dev_ppp_riscv64.const b/sys/linux/dev_ppp_riscv64.const new file mode 100644 index 000000000..c147127a5 --- /dev/null +++ b/sys/linux/dev_ppp_riscv64.const @@ -0,0 +1,51 @@ +# AUTOGENERATED FILE +# AT_FDCWD is not set +NPMODE_DROP = 1 +NPMODE_ERROR = 2 +NPMODE_PASS = 0 +NPMODE_QUEUE = 3 +PPPIOCATTACH = 1074033725 +PPPIOCATTCHAN = 1074033720 +PPPIOCCONNECT = 1074033722 +PPPIOCDISCONN = 29753 +PPPIOCGDEBUG = 2147775553 +PPPIOCGFLAGS = 2147775578 +PPPIOCGIDLE = 2148561983 +PPPIOCGNPMODE = 3221779532 +PPPIOCGUNIT = 2147775574 +PPPIOCNEWUNIT = 3221517374 +PPPIOCSACTIVE = 1074820166 +PPPIOCSCOMPRESS = 1074820173 +PPPIOCSDEBUG = 1074033728 +PPPIOCSFLAGS = 1074033753 +PPPIOCSMAXCID = 1074033745 +PPPIOCSMRRU = 1074033723 +PPPIOCSMRU = 1074033746 +PPPIOCSNPMODE = 1074295883 +PPPIOCSPASS = 1074820167 +PPP_AT = 41 +PPP_ATCP = 32809 +PPP_CBCP = 49193 +PPP_CCP = 33021 +PPP_CCPFRAG = 33019 +PPP_CHAP = 49699 +PPP_COMP = 253 +PPP_COMPFRAG = 251 +PPP_IP = 33 +PPP_IPCP = 32801 +PPP_IPV6 = 87 +PPP_IPV6CP = 32855 +PPP_IPX = 43 +PPP_IPXCP = 32811 +PPP_LCP = 49185 +PPP_LQR = 49189 +PPP_MP = 61 +PPP_MPLSCP = 33021 +PPP_MPLS_MC = 643 +PPP_MPLS_UC = 641 +PPP_PAP = 49187 +PPP_VJC_COMP = 45 +PPP_VJC_UNCOMP = 47 +__NR_ioctl = 29 +__NR_openat = 56 +__NR_write = 64 |
