From mboxrd@z Thu Jan 1 00:00:00 1970 From: david Subject: accessing xen headers from dom0 kernel module Date: Mon, 20 Dec 2010 18:23:12 +0100 Message-ID: <4D0F9100.8020003@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org hi there, I'm not very familiar with programming kernel modules, so I have a short question about it. Is it possible to use functions defined the in xen/include/ header files of the xen hypervisor in a dom0 kernel-module? I think my dom0 kernel does not export the required symbols to use this functions, so it will not work, right? thanks for your hints, david