#include static struct block_device_operations bdops = { open: test_open, release: test_close, ioctl: test_ioctl, };