Hi,

> -struct usb_pipe *keyboard_pipe VARFSEG;
> +struct keyboard_list {
> +    struct usb_pipe *keyboard_pipe;
> +    struct keyboard_list *next;
> +};

seabios has list macros (see src/list.h), please use them to implement a
linked list.

thanks,
  Gerd

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-le...@seabios.org

Reply via email to