Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
0003  */
0004 
0005 #ifndef _ASM_SPARC_CLOCKSOURCE_H
0006 #define _ASM_SPARC_CLOCKSOURCE_H
0007 
0008 /* VDSO clocksources */
0009 #define VCLOCK_NONE   0  /* Nothing userspace can do. */
0010 #define VCLOCK_TICK   1  /* Use %tick.  */
0011 #define VCLOCK_STICK  2  /* Use %stick. */
0012 
0013 struct arch_clocksource_data {
0014     int vclock_mode;
0015 };
0016 
0017 #endif /* _ASM_SPARC_CLOCKSOURCE_H */