URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [utime.h] - Rev 81
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _LINUX_UTIME_H #define _LINUX_UTIME_H #include <linux/types.h> struct utimbuf { time_t actime; time_t modtime; }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log