mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
[PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_*
EICON ISDN: Removed unused definitions for OS_SEEK_* Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Cc: Karsten Keil <kkeil@suse.de> Acked-by: Armin Schindler <armin@melware.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
930ff81c59
commit
4636d93b46
@ -34,9 +34,6 @@
|
||||
*
|
||||
* I/O functions returns -1 on error, 0 on EOF
|
||||
*/
|
||||
#define OS_SEEK_SET 0
|
||||
#define OS_SEEK_CUR 1
|
||||
#define OS_SEEK_END 2
|
||||
struct _OsFileHandle_;
|
||||
typedef long ( * OsFileIo) (struct _OsFileHandle_ *handle,
|
||||
void *buffer,
|
||||
|
Loading…
Reference in New Issue
Block a user