RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros
wait.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  wait_queue_head_t
 

Macros

#define init_waitqueue_head(wait)   do{} while (0)
 
#define add_wait_queue(wait, new_wait)   do{} while (0)
 
#define remove_wait_queue(wait, old_wait)   do{} while (0)
 
#define DECLARE_WAITQUEUE(wait, current)   do{} while (0)