Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
kishon
/
linux-phy
/
b2ecb89c27a4fd110187e0afeca70557215f55a1
/
.
/
include
/
uapi
/
linux
/
utime.h
blob: bc8f13e81d6ed482de7d3d0676c35c0036f27b3b [
file
]
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef
_LINUX_UTIME_H
#define
_LINUX_UTIME_H
#include
<linux/types.h>
struct
utimbuf
{
__kernel_old_time_t
actime
;
__kernel_old_time_t
modtime
;
};
#endif