repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: UHCI: Increase port-reset completion delay for HP controllers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
utime.h
blob
c6bf27b7897e79e279446fb2ef9aa887f4b34488
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