aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/isdn/hardware/eicon/dsp_defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/isdn/hardware/eicon/dsp_defs.h b/drivers/isdn/hardware/eicon/dsp_defs.h
index b44950e06f32..fec1e381a688 100644
--- a/drivers/isdn/hardware/eicon/dsp_defs.h
+++ b/drivers/isdn/hardware/eicon/dsp_defs.h
@@ -34,9 +34,6 @@
34 * 34 *
35 * I/O functions returns -1 on error, 0 on EOF 35 * I/O functions returns -1 on error, 0 on EOF
36 */ 36 */
37#define OS_SEEK_SET 0
38#define OS_SEEK_CUR 1
39#define OS_SEEK_END 2
40struct _OsFileHandle_; 37struct _OsFileHandle_;
41typedef long ( * OsFileIo) (struct _OsFileHandle_ *handle, 38typedef long ( * OsFileIo) (struct _OsFileHandle_ *handle,
42 void *buffer, 39 void *buffer,