我正试图了解结构。理论上似乎还可以(例如非常简洁明了的解释: http: //www.stanford.edu/class/cs110/hws/structs.html)
但是后来我在我正在弄乱的代码中找到了这个:
static struct pci_driver ik220_driver = {
name: DRV_NAME,
id_table: ik220_tbl,
probe: ik220_init_one,
remove: ik220_remove_one,
};
运营商在这里做什么=
?