]> Git Repo - linux.git/blob - include/linux/utime.h
Merge branch 'halasa-hdlc' of git://git.tuxdriver.com/git/netdev-jwl
[linux.git] / include / linux / utime.h
1 #ifndef _LINUX_UTIME_H
2 #define _LINUX_UTIME_H
3
4 struct utimbuf {
5         time_t actime;
6         time_t modtime;
7 };
8
9 #endif
This page took 0.031403 seconds and 4 git commands to generate.