[PATCH] v4l: 823: corrected probing code for tda8290
[linux-2.6.git] / include / linux / utime.h
blobc6bf27b7897e79e279446fb2ef9aa887f4b34488
1 #ifndef _LINUX_UTIME_H
2 #define _LINUX_UTIME_H
4 struct utimbuf {
5 time_t actime;
6 time_t modtime;
7 };
9 #endif