1 2 3 4 5 6 7 8
#ifndef __PVCALLS_FRONT_H__ #define __PVCALLS_FRONT_H__ #include <linux/net.h> int pvcalls_front_socket(struct socket *sock); #endif