github.com/usbarmory/GoTEE@v0.0.0-20240405084336-c52770d9fcdb/syscall/const.go (about)

     1  // Copyright (c) WithSecure Corporation
     2  // https://foundry.withsecure.com
     3  //
     4  // Use of this source code is governed by the license
     5  // that can be found in the LICENSE file.
     6  
     7  package syscall
     8  
     9  const (
    10  	SYS_EXIT = iota
    11  	SYS_WRITE
    12  	SYS_NANOTIME
    13  	SYS_GETRANDOM
    14  	SYS_RPC_REQ
    15  	SYS_RPC_RES
    16  )