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/sched.h

    r612 r615  
    3232#include <asm\current.h>
    3333#include <linux\wait.h>
    34 
    35 void add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);
    36 void add_wait_queue_exclusive(wait_queue_head_t *q);
    37 void remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait);
    3834
    3935extern void __wake_up(wait_queue_head_t *q, unsigned int mode);
     
    8985        set_current_state(TASK_UNINTERRUPTIBLE); \
    9086        schedule_timeout(x);
     87#define TASK_NORMAL             (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
    9188
    9289#endif /* _LINUX_SCHED_H */
Note: See TracChangeset for help on using the changeset viewer.