URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [timerfd.h] - Rev 76
Go to most recent revision | Compare with Previous | Blame | View Log
/* * include/linux/timerfd.h * * Copyright (C) 2007 Davide Libenzi <davidel@xmailserver.org> * */ #ifndef _LINUX_TIMERFD_H #define _LINUX_TIMERFD_H #define TFD_TIMER_ABSTIME (1 << 0) #endif /* _LINUX_TIMERFD_H */
Go to most recent revision | Compare with Previous | Blame | View Log