forked from g8bpq/OldLinBPQ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExtInit.h
31 lines (25 loc) · 1.17 KB
/
ExtInit.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef __EXTINIT_H__
#define __EXTINIT_H__
/*
extern UINT VCOMExtInit(struct PORTCONTROL * PortEntry);
extern UINT SoundModemExtInit(EXTPORTDATA * PortEntry);
extern UINT V4ExtInit(EXTPORTDATA * PortEntry);
extern UINT BaycomExtInit(EXTPORTDATA * PortEntry);
*/
extern void * AEAExtInit(struct PORTCONTROL * PortEntry);
extern void * MPSKExtInit(EXTPORTDATA * PortEntry);
extern void * HALExtInit(struct PORTCONTROL * PortEntry);
extern void * AGWExtInit(struct PORTCONTROL * PortEntry);
extern void * KAMExtInit(struct PORTCONTROL * PortEntry);
extern void * WinmorExtInit(EXTPORTDATA * PortEntry);
extern void * SCSExtInit(struct PORTCONTROL * PortEntry);
extern void * TrackerExtInit(EXTPORTDATA * PortEntry);
extern void * TrackerMExtInit(EXTPORTDATA * PortEntry);
extern void * TelnetExtInit(EXTPORTDATA * PortEntry);
extern void * UZ7HOExtInit(EXTPORTDATA * PortEntry);
extern void * FLDigiExtInit(EXTPORTDATA * PortEntry);
extern void * ETHERExtInit(struct PORTCONTROL * PortEntry);
extern void * AXIPExtInit(struct PORTCONTROL * PortEntry);
extern void * ARDOPExtInit(EXTPORTDATA * PortEntry);
extern void * DragonExtInit(EXTPORTDATA * PortEntry);
#endif /* __EXTINIT_H__ */