Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/lib/modules/3.2.0-4-amd64/source/include/linux/ |
Current File : //proc/self/root/lib/modules/3.2.0-4-amd64/source/include/linux/irq_work.h |
#ifndef _LINUX_IRQ_WORK_H #define _LINUX_IRQ_WORK_H #include <linux/llist.h> struct irq_work { unsigned long flags; struct llist_node llnode; void (*func)(struct irq_work *); }; static inline void init_irq_work(struct irq_work *work, void (*func)(struct irq_work *)) { work->flags = 0; work->func = func; } bool irq_work_queue(struct irq_work *work); void irq_work_run(void); void irq_work_sync(struct irq_work *work); #endif /* _LINUX_IRQ_WORK_H */
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare