X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fs390%2Fchar%2Fsclp_rw.h;h=6aa7a6948bc91a29a6047b7d6f808a064cd0fcc4;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=787282d57e2768f207f83f96b7279723d9932b0b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/s390/char/sclp_rw.h b/drivers/s390/char/sclp_rw.h index 787282d57..6aa7a6948 100644 --- a/drivers/s390/char/sclp_rw.h +++ b/drivers/s390/char/sclp_rw.h @@ -12,7 +12,6 @@ #define __SCLP_RW_H__ #include -#include struct mto { u16 length; @@ -74,7 +73,6 @@ struct sclp_buffer { char *current_line; int current_length; int retry_count; - struct timer_list retry_timer; /* output format settings */ unsigned short columns; unsigned short htab; @@ -90,7 +88,7 @@ struct sclp_buffer *sclp_make_buffer(void *, unsigned short, unsigned short); void *sclp_unmake_buffer(struct sclp_buffer *); int sclp_buffer_space(struct sclp_buffer *); int sclp_write(struct sclp_buffer *buffer, const unsigned char *, int); -void sclp_emit_buffer(struct sclp_buffer *,void (*)(struct sclp_buffer *,int)); +int sclp_emit_buffer(struct sclp_buffer *,void (*)(struct sclp_buffer *,int)); void sclp_set_columns(struct sclp_buffer *, unsigned short); void sclp_set_htab(struct sclp_buffer *, unsigned short); int sclp_chars_in_buffer(struct sclp_buffer *);