source: GPL/trunk/include/linux/kthread.h@ 522

Last change on this file since 522 was 522, checked in by David Azarewicz, 15 years ago

flush_workqueue hack, compiler warnings

File size: 356 bytes
Line 
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
9#define kthread_stop(kt)
10#define kthread_should_stop() 1
11
12#endif /* _LINUX_KTHREAD_H */
Note: See TracBrowser for help on using the repository browser.