sorry...

Try this:

--- es1370.orig Mon Mar 26 18:15:06 2001
+++ es1370.c    Mon Mar 26 17:47:54 2001
@@ -170,6 +170,8 @@
 struct gameport {
        int io;
        int size;
+       void (*trigger)(struct gameport *);
+       unsigned char (*read)(struct gameport *);
 };

 extern inline void gameport_register_port(struct gameport *gameport)


- ÆóÀÎ -

ICQ : 36602496
E - Mail : [EMAIL PROTECTED], [EMAIL PROTECTED]
Homepage : http://kernel.pe.kr, http://pain.kernel.pe.kr

On Mon, 26 Mar 2001, Andrzej Krzysztofowicz wrote:

> "Chung Won-young wrote:"
> > Try this:
> >
> > --- es1370.orig Mon Mar 26 18:15:06 2001
> > +++ es1370.c    Mon Mar 26 17:47:54 2001
> > @@ -170,6 +170,8 @@
> >  struct gameport {
> >          int io;
> >                  int size;
> >                  +       void (*trigger)(struct gameport *);
> >                  +       unsigned char (*read)(struct gameport *);
> >                   };
> >
> >                     extern inline void gameport_register_port(struct gameport 
>*gameport)
>
>
> Looks strange...
> gpm's copy & paste + joe ?
> :)
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to