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

struct wait_queue
{
};

typedef struct select_table_struct
{
} select_table;

#endif