Advertisement
This is comment for paste
Kernel Port Code by Imk0tter
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //PORT_IO.h
- #include <stdio.h>
- void print_open(unsigned int x) { printf("Opened port %u\n", x); }
- void print_close(unsigned int x) { printf("Closed port %u\n", x); }
- void print_connect(unsigned int x) { printf("Connected port %u\n", x); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement