# HG changeset patch # User tristan.gingold@xxxxxxxx # Node ID 51f2fb535796847337324cf6cad6a8d77b3bc014 # Parent 405f0f847c0f33381c69a04a168f34150a2bca7d Declare do_physdev_op. Signed-off-by: Tristan Gingold diff -r 405f0f847c0f -r 51f2fb535796 xen/include/xen/hypercall.h --- a/xen/include/xen/hypercall.h Thu Mar 9 23:24:31 2006 +++ b/xen/include/xen/hypercall.h Fri Mar 10 12:34:11 2006 @@ -83,4 +83,9 @@ unsigned int cmd, void *arg); +struct physdev_op; +extern long +do_physdev_op( + struct physdev_op *uop); + #endif /* __XEN_HYPERCALL_H__ */