X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Firqreturn.h;h=819acaaac3f5877bc4802bbbc928a5c21686fde2;hb=1218259b2d09c79ed1113d3a6dbb9a1d6391f5cb;hp=c5584ca5b8c94e07ecc9340eb14255bd52606915;hpb=5412b5399e095730008a14f2107331b2123733e4;p=karo-tx-linux.git diff --git a/include/linux/irqreturn.h b/include/linux/irqreturn.h index c5584ca5b8c9..819acaaac3f5 100644 --- a/include/linux/irqreturn.h +++ b/include/linux/irqreturn.h @@ -5,10 +5,12 @@ * enum irqreturn * @IRQ_NONE interrupt was not from this device * @IRQ_HANDLED interrupt was handled by this device + * @IRQ_WAKE_THREAD handler requests to wake the handler thread */ enum irqreturn { IRQ_NONE, IRQ_HANDLED, + IRQ_WAKE_THREAD, }; typedef enum irqreturn irqreturn_t;