![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/lib/modules/4.18.0-348.2.1.el8_5.x86_64/build/include/drm-backport/linux/ |
/* SPDX-License-Identifier: GPL-2.0 */ /* TEMPORARY!! compatibility shim for the following commits: * 9285ec4c8b61 ("timekeeping: Use proper clock specifier names in functions") * * TODO: This should be removed before the final backport submission, and * instead replaced by a system-wide replacement of RHEL's kernel tree so that * our timekeeping functions match upstreams, since it's easy and there's no * functional changes. */ #ifndef _RH_DRM_BACKPORT_TIMEKEEPING_H #define _RH_DRM_BACKPORT_TIMEKEEPING_H #include_next <linux/timekeeping.h> #ifdef RH_DRM_BACKPORT #define ktime_get_boottime_ns() ktime_get_boot_ns() #define ktime_get_clocktai_ns() ktime_get_tai_ns() #endif /* RH_DRM_BACKPORT */ #endif /* _RH_DRM_BACKPORT_TIMEKEEPING_H */