int __init wil_platform_modinit(void)
{ return 0;
}
void wil_platform_modexit(void)
{
}
/* wil_platform_init() - wil6210 platform module init * * The function must be called before all other functions in this module. * It returns a handle which is used with the rest of the API *
*/ void *wil_platform_init(struct device *dev, struct wil_platform_ops *ops, conststruct wil_platform_rops *rops, void *wil_handle)
{ void *handle = ops; /* to return some non-NULL for 'void' impl. */
/* platform specific init functions should be called here */
return handle;
}
Messung V0.5
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.23Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.