git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Linux-2.6.12-rc2
[pandora-kernel.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