WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 06/12] Allow xen platform pci device to be compil

> -static inline unsigned int max_nr_grant_frames(void)
> +unsigned int gnttab_max_nr_grant_frames(void)
>  {
>       unsigned int xen_max = __max_nr_grant_frames();
>  
> @@ -444,6 +445,7 @@ static inline unsigned int max_nr_grant_frames(void)
>               return boot_max_nr_grant_frames;
>       return xen_max;
>  }
> +EXPORT_SYMBOL_GPL(gnttab_max_nr_grant_frames);

Prefix the name with 'xen_' ? That is a mouthfull thought:

Xen Grant Table Max Nr Grant Frames. How about 'xen_gnttab_max_frames' ?


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

<Prev in Thread] Current Thread [Next in Thread>