/* G N O K I I A Linux/Unix toolset and driver for Nokia mobile phones. Released under the terms of the GNU GPL, see file COPYING for more details. Header file for virtmodem code in virtmodem.c */ #ifndef __virtmodem_h #define __virtmodem_h /* Prototypes */ bool VM_Initialise(char *model, char *port, char *initlength, GSM_ConnectionType connection, char *bindir, bool debug_mode, bool GSM_Init, char *synchronizetime); int VM_PtySetup(char *bindir); void VM_ThreadLoop(void); void VM_CharHandler(void); int VM_GetMasterPty(char **name); void VM_Terminate(void); GSM_Error VM_GSMInitialise(char *model, char *port, char *initlength, GSM_ConnectionType connection, char *synchronizetime); #endif /* __virtmodem_h */