Guest User

Untitled

a guest
Jun 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <linux/module.h>
  2. #include <linux/init.h>
  3. void sub(void)
  4. {
  5. printk("%s: sub() called\n", __func__);
  6. }
Add Comment
Please, Sign In to add comment