From: Rusty Russell Date: Mon, 22 Oct 2007 00:56:19 +0000 (+1000) Subject: Make asm-x86/bootparam.h includable from userspace. X-Git-Tag: v2.6.24-rc1~28^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8e7cfe9d330d6f1ce0b9b1620d6df5d9cf6b70;p=pandora-kernel.git Make asm-x86/bootparam.h includable from userspace. To actually write a bootloader (or, say, the lguest launcher) currently requires duplication of these structures. Making them includable from userspace is much nicer. We merge the common userspace-required definitions of e820_32/64.h into e820.h for export. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed