9 lines
136 B
C
9 lines
136 B
C
|
#ifndef __PVCALLS_FRONT_H__
|
||
|
#define __PVCALLS_FRONT_H__
|
||
|
|
||
|
#include <linux/net.h>
|
||
|
|
||
|
int pvcalls_front_socket(struct socket *sock);
|
||
|
|
||
|
#endif
|