Changeset 615 for GPL/branches/uniaud32-next/include/linux/rwsem.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/rwsem.h
r305 r615 3 3 #ifndef _LINUX_RWSEM_H 4 4 #define _LINUX_RWSEM_H 5 5 static inline int down_write_trylock(struct rw_semaphore *sem) {return 0;} 6 #define init_rwsem(x) init_MUTEX(x) 6 7 #endif /* _LINUX_RWSEM_H */
Note:
See TracChangeset
for help on using the changeset viewer.