Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / hexagon / include / asm / vdso.h
blobe8f621f9fe55108537268dd409974a3951c31953
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * vDSO implementation for Hexagon
5 * Copyright (c) 2011, The Linux Foundation. All rights reserved.
6 */
8 #ifndef __ASM_VDSO_H
9 #define __ASM_VDSO_H
11 #include <linux/types.h>
13 struct hexagon_vdso {
14 u32 rt_signal_trampoline[2];
17 #endif /* __ASM_VDSO_H */