]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/compat/linux/v2_0/include/linux/workqueue.h
Initial revision
[karo-tx-redboot.git] / packages / compat / linux / v2_0 / include / linux / workqueue.h
1 #ifndef __LINUX_WORKQUEUE_H__
2 #define __LINUX_WORKQUEUE_H__
3
4 /* We don't do this yet */
5 struct work_struct { } ;
6
7 #define INIT_WORK(x,y,z) /* */
8 #define schedule_work(x) do { } while(0)
9 #define flush_scheduled_work() do { } while(0)
10
11 #endif /* __LINUX_WORKQUEUE_H__ */