W1: ds2490.c reset ds2490 in init
[linux-2.6/mini2440.git] / include / linux / utime.h
blob640be6a1959e8074ad79bce56ef71ecbeb779053
1 #ifndef _LINUX_UTIME_H
2 #define _LINUX_UTIME_H
4 #include <linux/types.h>
6 struct utimbuf {
7 time_t actime;
8 time_t modtime;
9 };
11 #endif