pvcalls-front.h (5842c83596fcfa742978ec2840440ab56c7fdf79) pvcalls-front.h (235a71c5390316429e2c7823119c5ea439816beb)
1#ifndef __PVCALLS_FRONT_H__
2#define __PVCALLS_FRONT_H__
3
4#include <linux/net.h>
5
6int pvcalls_front_socket(struct socket *sock);
7int pvcalls_front_connect(struct socket *sock, struct sockaddr *addr,
8 int addr_len, int flags);

--- 9 unchanged lines hidden (view full) ---

18 size_t len);
19int pvcalls_front_recvmsg(struct socket *sock,
20 struct msghdr *msg,
21 size_t len,
22 int flags);
23unsigned int pvcalls_front_poll(struct file *file,
24 struct socket *sock,
25 poll_table *wait);
1#ifndef __PVCALLS_FRONT_H__
2#define __PVCALLS_FRONT_H__
3
4#include <linux/net.h>
5
6int pvcalls_front_socket(struct socket *sock);
7int pvcalls_front_connect(struct socket *sock, struct sockaddr *addr,
8 int addr_len, int flags);

--- 9 unchanged lines hidden (view full) ---

18 size_t len);
19int pvcalls_front_recvmsg(struct socket *sock,
20 struct msghdr *msg,
21 size_t len,
22 int flags);
23unsigned int pvcalls_front_poll(struct file *file,
24 struct socket *sock,
25 poll_table *wait);
26int pvcalls_front_release(struct socket *sock);
26
27#endif
27
28#endif