Imported gammu 0.90.7
[gammu.git] / common / device / irda / irda.h
blob455e6af01c2372fe2760b89a1eee36de2faf107e
2 #ifndef DJGPP
3 #ifndef unixirda_h
4 #define unixirda_h
6 #ifndef WIN32
7 # include "irda_unx.h"
8 #else
9 # include "irda_w32.h"
10 #endif
12 typedef struct {
13 int hPhone;
14 struct sockaddr_irda peer;
15 } GSM_Device_IrdaData;
17 #endif
18 #endif
20 /* How should editor hadle tabs in this file? Add editor commands here.
21 * vim: noexpandtab sw=8 ts=8 sts=8: