Re: How to write kernel modules using C++

David Howells (David.Howells@nexor.co.uk)
Tue, 25 May 1999 08:21:43 BST


extern "C" {
int init_module();
void cleanup_module();
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/