From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akio Takebe Subject: Re: Unable to include xen/sched.h Date: Mon, 12 Nov 2007 17:12:55 +0900 Message-ID: <54C82503D3EA20takebe_akio@jp.fujitsu.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: ashutosh mehra , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, >I'm unable to include xen/sched.h in my kernel module, although >xen/xenbus.h, etc work fine. I get an error - xen/sched.h - no such file. I >need to access the for_each_domain macro. Please help! The macro and header file are for hypervisor. Guest kernel cannot use the macro and domain_list. Best Regards, Akio Takebe