summaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-front.h
blob: 63b0417c31d37233c46837a9cc3c5ba931fcf17d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PVCALLS_FRONT_H__
#define __PVCALLS_FRONT_H__

#include <linux/net.h>

int pvcalls_front_socket(struct socket *sock);
int pvcalls_front_connect(struct socket *sock, struct sockaddr *addr,
			  int addr_len, int flags);

#endif