Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_VDSOCLOCKSOURCE_H
0003 #define __ASM_VDSOCLOCKSOURCE_H
0004 
0005 #define VDSO_ARCH_CLOCKMODES                    \
0006     /* vdso clocksource for both 32 and 64bit tasks */  \
0007     VDSO_CLOCKMODE_ARCHTIMER,               \
0008     /* vdso clocksource for 64bit tasks only */     \
0009     VDSO_CLOCKMODE_ARCHTIMER_NOCOMPAT
0010 
0011 #endif