All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch]: adding physdev_op to hypercall.h
@ 2006-03-10 16:23 Tristan Gingold
  2006-03-10 16:34 ` Keir Fraser
  2006-03-10 17:29 ` Muli Ben-Yehuda
  0 siblings, 2 replies; 5+ messages in thread
From: Tristan Gingold @ 2006-03-10 16:23 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Hi,

very small patch to prepare comming soon patches on ia64.

Tristan.


[-- Attachment #2: xen-physdev.diffs --]
[-- Type: text/x-diff, Size: 596 bytes --]

# HG changeset patch
# User tristan.gingold@bull.net
# Node ID 51f2fb535796847337324cf6cad6a8d77b3bc014
# Parent  405f0f847c0f33381c69a04a168f34150a2bca7d
Declare do_physdev_op.

Signed-off-by: Tristan Gingold <tristan.gingold@bull.net>

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__ */

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-13  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10 16:23 [Patch]: adding physdev_op to hypercall.h Tristan Gingold
2006-03-10 16:34 ` Keir Fraser
2006-03-10 17:51   ` Hollis Blanchard
2006-03-10 17:29 ` Muli Ben-Yehuda
2006-03-13  8:33   ` Tristan Gingold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.