| 47 | #include <types.h> |
| 48 | |
| 49 | static int |
| 50 | dev_open(struct inode *inode, struct file *file) |
| 51 | { |
| 52 | return 0; |
| 53 | } |
| 54 | |
| 55 | static int |
| 56 | dev_release(struct inode *inode, struct file *file) |
nothing calls this directly
no outgoing calls
no test coverage detected