mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 23:45:11 +07:00
10 lines
108 B
C
10 lines
108 B
C
![]() |
#ifndef _LINUX_UTIME_H
|
||
|
#define _LINUX_UTIME_H
|
||
|
|
||
|
struct utimbuf {
|
||
|
time_t actime;
|
||
|
time_t modtime;
|
||
|
};
|
||
|
|
||
|
#endif
|