#include #include static int __init modinit(void) { return (uintptr_t)ib_query_device; } module_init(modinit); MODULE_LICENSE("GPL");