EmbLogic's Blog

RCS file: dect.c,v Working file: dect.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: extern dev_t dev; 2 extern int nod; 3 extern unsigned long j,stamp1; 4 extern unsigned long q,stamp2; 5 6 extern struct file_operations fops; 7 extern struct sculldev *sculldev; 8 extern int scull_trim(struct sculldev *); 9 extern struct scullqset * create_scullqset(int); 10 extern int create_qset(int,struct scullqset *); 11 extern int create_quntum(int,struct scullqset *); 12 13 int device_open(struct inode *, struct file *); 14 int device_release(struct inode *, struct file *); 15 ssize_t write(struct file *, const char __user *, size_t, loff_t *); 16 ssize_t read(struct file *, char __user *, size_t, loff_t *); 17 loff_t llseek(struct file *, loff_t, int); —————————- revision 1.1 locked by: root; date: 2014/07/12 12:01:3

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>