X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fnewmodules%2Fn3110.h;h=0debe2ea5dcc7aa8d1d48c8c836caa51a87f7502;hp=b83c82032b67e326735eeb78d5a91ec159ccf162;hb=89539dc60f84e3f8811a470d5c2e0ddb607d744b;hpb=c70d730109945bd20579579213102ae02c764e21 diff --git a/include/newmodules/n3110.h b/include/newmodules/n3110.h index b83c820..0debe2e 100644 --- a/include/newmodules/n3110.h +++ b/include/newmodules/n3110.h @@ -1,32 +1,32 @@ -/* - - 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 the various functions, definitions etc. used to implement - the handset interface. - -*/ - -#ifndef __n_3110_h -#define __n_3110_h - -#include "gsm-api.h" - -/* Global variables */ -extern bool N3110_LinkOK; -extern GSM_Functions N3110_Functions; -extern GSM_Information N3110_Information; - -/* Prototypes for the functions designed to be used externally. */ -GSM_Error N3110_Initialise(char *port_device, char *initlength, - GSM_ConnectionType connection, - void (*rlp_callback)(RLP_F96Frame *frame)); - +/* + + 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 the various functions, definitions etc. used to implement + the handset interface. + +*/ + +#ifndef __n_3110_h +#define __n_3110_h + +#include "gsm-api.h" + +/* Global variables */ +extern bool N3110_LinkOK; +extern GSM_Functions N3110_Functions; +extern GSM_Information N3110_Information; + +/* Prototypes for the functions designed to be used externally. */ +GSM_Error N3110_Initialise(char *port_device, char *initlength, + GSM_ConnectionType connection, + void (*rlp_callback)(RLP_F96Frame *frame)); + void N3110_DispatchMessage(u16 MessageLength, u8 *MessageBuffer, u8 MessageType); - -#endif /* __n_3110_h */ + +#endif /* __n_3110_h */