Changeset 615 for GPL/branches/uniaud32-next/include/linux/timer.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/timer.h
r32 r615 90 90 #define time_after_eq(a,b) ((long)(a) - (long)(b) >= 0) 91 91 #define time_before_eq(a,b) time_after_eq(b,a) 92 # define del_timer_sync(t) del_timer(t) 92 93 93 94 #endif
Note:
See TracChangeset
for help on using the changeset viewer.