2006-10-17 05:26:49 +00:00
|
|
|
#ifndef _MSFLORCON_H
|
|
|
|
#define _MSFLORCON_H
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <errno.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <tx80211.h>
|
|
|
|
#include <tx80211_packet.h>
|
|
|
|
|
2007-09-28 06:51:32 +00:00
|
|
|
|
|
|
|
struct rldev {
|
|
|
|
struct tx80211 in_tx;
|
|
|
|
struct tx80211_packet in_packet;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2006-10-17 05:26:49 +00:00
|
|
|
#endif
|