Difference between revisions of "Developer Manual/Super IO"
Jump to navigation
Jump to search
Eocallaghan (talk | contribs) |
Eocallaghan (talk | contribs) m (→superio.c) |
||
Line 159: | Line 159: | ||
} | } | ||
static struct device_operations ops = { | static struct device_operations ops = { | ||
Line 168: | Line 168: | ||
}; | }; | ||
static struct pnp_info pnp_dev_info[] = { | static struct pnp_info pnp_dev_info[] = { | ||
Line 180: | Line 180: | ||
}; | }; | ||
static void enable_dev(device_t dev) | static void enable_dev(device_t dev) | ||
{ | { | ||
Line 189: | Line 189: | ||
}; | }; | ||