X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fwait.h;h=78401ef02d29945dc685f6d259cbc393a658f273;hb=2554db916586b228ce93e6f74a12fd7fe430a004;hp=dc19880c02f5eb9091d185c567b961754cfa46e2;hpb=460352c2f18e18accc993a9127a03e903ed8e0ed;p=linux.git diff --git a/include/linux/wait.h b/include/linux/wait.h index dc19880c02f5..78401ef02d29 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h @@ -18,6 +18,7 @@ int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int /* wait_queue_entry::flags */ #define WQ_FLAG_EXCLUSIVE 0x01 #define WQ_FLAG_WOKEN 0x02 +#define WQ_FLAG_BOOKMARK 0x04 /* * A single wait-queue entry structure: