blob: 8a7fdf4c091531b5fd597ad214ca29da8f338569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef DJGPP
#ifndef unixbluetooth_h
#define unixbluetooth_h
typedef struct {
int hPhone;
} GSM_Device_BlueToothData;
#endif
#endif
/* How should editor hadle tabs in this file? Add editor commands here.
* vim: noexpandtab sw=8 ts=8 sts=8:
*/
|