Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2195046bfd69e487d9a76dc47840f15c8412840c
/
.
/
drivers
/
xen
/
pvcalls-front.h
blob: b7dabedf5ccb83fb49dfcf956fa5213060c69fc8 [
file
] [
log
] [
blame
]
Stefano Stabellini
2195046
2017-10-30 15:40:54 -0700
[
diff
] [
blame^
]
1
#ifndef
__PVCALLS_FRONT_H__
2
#define
__PVCALLS_FRONT_H__
3
4
#include
<linux/net.h>
5
6
int
pvcalls_front_socket
(
struct
socket
*
sock
);
7
8
#endif