ローダブル・モジュールのキャラクタ・デバイス static int h_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) { unsigned int minor = MINOR(inode->i_rdev); int retval = 0; printk("LKM-hello%d ioctl, cmd: 0x%x, arg: 0x%lx¥n", minor, cmd, arg); return retval; }