static const struct file_operations proc_cpuinfo_operations = { | |
.open = cpuinfo_open, | |
.read = seq_read, | |
.llseek = seq_lseek, | |
.release = seq_release, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment