diff options
Diffstat (limited to 'drivers/isdn/hardware')
-rw-r--r-- | drivers/isdn/hardware/eicon/dsp_defs.h | 3 |
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 | ||
40 | struct _OsFileHandle_; | 37 | struct _OsFileHandle_; |
41 | typedef long ( * OsFileIo) (struct _OsFileHandle_ *handle, | 38 | typedef long ( * OsFileIo) (struct _OsFileHandle_ *handle, |
42 | void *buffer, | 39 | void *buffer, |