clocksource.h 153 B

123456789
  1. #ifndef _ASM_CLOCKSOURCE_H
  2. #define _ASM_CLOCKSOURCE_H
  3. struct arch_clocksource_data {
  4. bool vdso_direct; /* Usable for direct VDSO access? */
  5. };
  6. #endif