summaryrefslogtreecommitdiffstats
path: root/kernel/tqueue.c
blob: 4407096110a721f5a053fe706b7e9e1a8ea262f7 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * tqueue.c --- task queue handling for Linux.
 *
 * This routine merely draws in the static portion of the task queue
 * inline functions.  Look in tqueue.h for the relevant functions.
 */

#define INCLUDE_INLINE_FUNCS

#include <linux/tqueue.h>