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

Last change on this file since 424 was 305, checked in by Paul Smedley, 17 years ago

Update source to ALSA 1.0.16 level

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