blob: e8f621f9fe55108537268dd409974a3951c31953 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * vDSO implementation for Hexagon
4 *
5 * Copyright (c) 2011, The Linux Foundation. All rights reserved.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#ifndef __ASM_VDSO_H
9#define __ASM_VDSO_H
10
11#include <linux/types.h>
12
13struct hexagon_vdso {
14 u32 rt_signal_trampoline[2];
15};
16
17#endif /* __ASM_VDSO_H */