- This topic has 6 replies, 2 voices, and was last updated 14 years, 8 months ago by .
Viewing 6 reply threads
Viewing 6 reply threads
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › How this code works?
I need to know how this code works?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<br /> struct usb_driver {<br /> const char *name;<br /> void * (*probe)(struct usb_device *, unsigned int,<br /> const struct usb_device_id *id_table);<br /> void (*disconnect)(struct usb_device *, void *);<br /> struct list_head driver_list;<br /> struct file_operations *fops;<br /> int minor;<br /> struct semaphore serialize;<br /> int (*ioctl) (struct usb_device *dev, unsigned int code,<br /> void *buf);<br /> const struct usb_device_id *id_table;<br /> |
it’s a USB driver structure in linux.
please i need help so fast.
thanks in advance
why no one has answered me.
This is simple a structure. What type of help you are looking for?
This is simple structure with some pointer notation. Tell your exact problem.
I want to know by a simple explanation how can i understand this code(i have a problem with pointers) and make a program do something like that.
Most welcome at any time dude
I have come back and I think that I need your help quickly, please.
Hey,I’m waiting.