Ignore:
Timestamp:
Jan 1, 2021, 5:31:48 AM (5 years ago)
Author:
Paul Smedley
Message:

Add source for uniaud32 based on code from linux kernel 5.4.86

Location:
GPL/branches/uniaud32-next
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/mutex.h

    r76 r615  
    1111#define mutex_lock_interruptible(x) down_interruptible(x)
    1212#define mutex_unlock(x)         up(x)
    13 
     13#define mutex_lock_nested(lock, subclass) mutex_lock(lock)
     14static inline int mutex_trylock(struct mutex *lock) {return -1; }
    1415#endif
Note: See TracChangeset for help on using the changeset viewer.