|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] do_* declarations (was: Re: [Xen-ia64-devel] [PATCH] add
On 26 Jan 2006, at 10:10, Tristan Gingold wrote:
on ia64, the do_* functions for hypercalls are called in C. However,
they are
not declared in any .h file. I think it is cleaner to declare them in
an
header file rather than locally. The question is in which header file.
Thank you for any suggestion.
include/xen/hypercall.h, include/asm-<arch>/hypercall.h
If you plan to do this, include all hypercalls and only place
hypercalls that really are arch-indep (defined in common, or in every
arch with the same prototype) in include/xen/hypercall.h.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|