14 lines
292 B
C
14 lines
292 B
C
/*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2021 Philippe Gerum <rpm@xenomai.org>
|
|
*/
|
|
|
|
#ifndef _LIB_EVL_ARM64_VDSO_H
|
|
#define _LIB_EVL_ARM64_VDSO_H
|
|
|
|
#define __EVL_VDSO_KVERSION "LINUX_2.6.39"
|
|
#define __EVL_VDSO_GETTIME "__kernel_clock_gettime"
|
|
|
|
#endif /* !_LIB_EVL_ARM64_VDSO_H */
|