j
k
j a
j l
Hi,
-struct usb_pipe *keyboard_pipe VARFSEG; +struct keyboard_list { struct usb_pipe *keyboard_pipe; struct keyboard_list *next; +};
-struct usb_pipe *keyboard_pipe VARFSEG; +struct keyboard_list {
+};
seabios has list macros (see src/list.h), please use them to implement a linked list.
thanks, Gerd
Back to the thread
Back to the list