Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Created August 2, 2019 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leandromoreira/5404c11c2f11acee1020f63da4f2b79c to your computer and use it in GitHub Desktop.
Save leandromoreira/5404c11c2f11acee1020f63da4f2b79c to your computer and use it in GitHub Desktop.
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