summaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-front.h
blob: b7dabedf5ccb83fb49dfcf956fa5213060c69fc8 (plain)
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