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

struct wait_queue
{
  struct condition *c;
};

typedef struct select_table_struct
{
} select_table;

#endif