vdso.h 184 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ABI_CSKY_VDSO_H
  3. #define __ABI_CSKY_VDSO_H
  4. /* movi r7, 173 */
  5. #define SET_SYSCALL_ID .long 0x008bea07
  6. #endif /* __ABI_CSKY_VDSO_H */