21.01.2014 Views

Ingen lysbildetittel - Department of Computer and Information Science

Ingen lysbildetittel - Department of Computer and Information Science

Ingen lysbildetittel - Department of Computer and Information Science

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

17<br />

Startup <strong>and</strong> shutdown <strong>of</strong> the module<br />

• Create functions (interface between kernel <strong>and</strong> module):<br />

– static int __init foobar_init(void); //allocate, initialize<br />

– static int __exit foobar_exit(void); //deallocate<br />

• Register it with:<br />

– module_init(foobar_init);<br />

– module_exit(foobar_exit);<br />

• Init function is called when the module is loaded <strong>and</strong> exit<br />

function when it is removed

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!