vdso.h 307 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * vDSO implementation for Hexagon
  4. *
  5. * Copyright (c) 2011, The Linux Foundation. All rights reserved.
  6. */
  7. #ifndef __ASM_VDSO_H
  8. #define __ASM_VDSO_H
  9. #include <linux/types.h>
  10. struct hexagon_vdso {
  11. u32 rt_signal_trampoline[2];
  12. };
  13. #endif /* __ASM_VDSO_H */