]> Git Repo - linux.git/blob - arch/hexagon/include/asm/vdso.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / hexagon / include / asm / vdso.h
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
8 #ifndef __ASM_VDSO_H
9 #define __ASM_VDSO_H
10
11 #include <linux/types.h>
12
13 struct hexagon_vdso {
14         u32 rt_signal_trampoline[2];
15 };
16
17 #endif /* __ASM_VDSO_H */
This page took 0.033341 seconds and 4 git commands to generate.