1
0
Fork 0
mirror of https://github.com/ii64/gouring.git synced 2025-04-26 05:42:48 +02:00

ring: io_uring syscall nr for __ALPHA__

This commit is contained in:
Xeffy Chen 2022-10-25 15:31:01 +07:00
parent 5a76c34f61
commit 6338cf3427
Signed by: Xeffy
GPG key ID: E41C08AD390E7C49

9
syscall_nr_arm64.go Normal file
View file

@ -0,0 +1,9 @@
package gouring
const (
// uring syscall no.
SYS_IO_URING_SETUP = 535
SYS_IO_URING_ENTER = 536
SYS_IO_URING_REGISTER = 537
)