blob: b7dabedf5ccb83fb49dfcf956fa5213060c69fc8 [file] [log] [blame]
Stefano Stabellini21950462017-10-30 15:40:54 -07001#ifndef __PVCALLS_FRONT_H__
2#define __PVCALLS_FRONT_H__
3
4#include <linux/net.h>
5
6int pvcalls_front_socket(struct socket *sock);
7
8#endif