mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-16 07:36:08 +07:00
8 lines
143 B
C
8 lines
143 B
C
|
#ifndef _S390_VTIME_H
|
||
|
#define _S390_VTIME_H
|
||
|
|
||
|
#define __ARCH_HAS_VTIME_ACCOUNT
|
||
|
#define __ARCH_HAS_VTIME_TASK_SWITCH
|
||
|
|
||
|
#endif /* _S390_VTIME_H */
|