summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/device/irda/irda.h
Unidiff
Diffstat (limited to 'gammu/emb/common/device/irda/irda.h') (more/less context) (show whitespace changes)
-rw-r--r--gammu/emb/common/device/irda/irda.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/gammu/emb/common/device/irda/irda.h b/gammu/emb/common/device/irda/irda.h
new file mode 100644
index 0000000..455e6af
--- a/dev/null
+++ b/gammu/emb/common/device/irda/irda.h
@@ -0,0 +1,22 @@
1
2#ifndef DJGPP
3#ifndef unixirda_h
4#define unixirda_h
5
6#ifndef WIN32
7# include "irda_unx.h"
8#else
9# include "irda_w32.h"
10#endif
11
12typedef struct {
13 int hPhone;
14 struct sockaddr_irdapeer;
15} GSM_Device_IrdaData;
16
17#endif
18#endif
19
20/* How should editor hadle tabs in this file? Add editor commands here.
21 * vim: noexpandtab sw=8 ts=8 sts=8:
22 */