ceb69bb541
git-svn-id: file:///home/svn/framework3/trunk@5124 4d416f70-5f16-0410-b530-b9f4589650da
20 lines
280 B
C
20 lines
280 B
C
#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>
|
|
|
|
|
|
struct rldev {
|
|
struct tx80211 in_tx;
|
|
struct tx80211_packet in_packet;
|
|
};
|
|
|
|
|
|
#endif
|