X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=include%2Fdata%2Fdatapump.h;fp=include%2Fdata%2Fdatapump.h;h=c1e48d1e00f5617bcf08209bbb53d49b52f99f56;hb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c;hp=0000000000000000000000000000000000000000;hpb=2e0972b02d101bb0d8e9d3e15d2ac80def491a63;p=gnokii.git diff --git a/include/data/datapump.h b/include/data/datapump.h new file mode 100644 index 0000000..c1e48d1 --- /dev/null +++ b/include/data/datapump.h @@ -0,0 +1,38 @@ +/* + + $Id$ + + 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 data pump code. + +*/ + +#ifndef __data_datapump_h +#define __data_datapump_h + + /* Prototypes */ + +void DP_CallFinished(void); +bool DP_Initialise(int read_fd, int write_fd); +int DP_CallBack(RLP_UserInds ind, u8 *buffer, int length); +void DP_CallPassup(char c); + + /* All defines and prototypes from here down are specific to + the datapump code and so are #ifdef out if __datapump_c isn't + defined. */ +#ifdef __data_datapump_c + + + + + + + +#endif /* __data_datapump_c */ + +#endif /* __data_datapump_h */