vdso.h 208 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_CSKY_VDSO_H
  3. #define __ASM_CSKY_VDSO_H
  4. #include <abi/vdso.h>
  5. struct csky_vdso {
  6. unsigned short rt_signal_retcode[4];
  7. };
  8. #endif /* __ASM_CSKY_VDSO_H */