mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 17:59:33 +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 */
|