ローダブル・モジュールのキャラクタ・デバイス static struct file_operations hello_fops = { owner: THIS_MODULE, write: h_write, ioctl: h_ioctl, open: h_open, release: h_release, read: h_read, }; /* -- */