RCS file: fops.h,v Working file: fops.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: struct file_operations fops={ 2 open:device_open, 3 release:device_release, 4 write:write, 5 read:read, 6 llseek:llseek 7 }; —————————- revision 1.1 locked by: root; date: 2014/07/12 12:01:39; author: root; state: Exp; Initial revision =============================================================================