Last change
on this file was 522, checked in by David Azarewicz, 15 years ago |
flush_workqueue hack, compiler warnings
|
File size:
356 bytes
|
Rev | Line | |
---|
[305] | 1 | /* $Id: kthread.h,v 1.1.1.1 2003/07/02 13:57:00 eleph Exp $ */
|
---|
| 2 |
|
---|
| 3 | #ifndef _LINUX_KTHREAD_H
|
---|
| 4 | #define _LINUX_KTHREAD_H
|
---|
| 5 | /* TODO: actually implement this ... */
|
---|
| 6 |
|
---|
| 7 | #define kthread_create(fn, data, namefmt, ...) NULL
|
---|
| 8 | #define kthread_run(fn, data, namefmt, ...) NULL
|
---|
[522] | 9 | #define kthread_stop(kt)
|
---|
[305] | 10 | #define kthread_should_stop() 1
|
---|
| 11 |
|
---|
| 12 | #endif /* _LINUX_KTHREAD_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.