summaryrefslogtreecommitdiff
path: root/pfinet/linux/wait.h
blob: 86cddf6d1ad1bb3781a2249406a7494b993c3bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _HACK_WAIT_H_
#define _HACK_WAIT_H_

struct wait_queue
{
  struct task_struct *proc;
  struct wait_queue *next;
};

typedef struct select_table_struct
{
} select_table;

#endif