arch/tile: export <asm/hardwall.h> to userspace
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 28 Feb 2011 18:35:16 +0000 (13:35 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 1 Mar 2011 21:20:23 +0000 (16:20 -0500)
This should have been as part of the initial hardwall submission to
LKML but was overlooked.  The header provides the ioctl definitions for
manipulating the hardwall fd, so needs to be available to userspace.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/include/asm/Kbuild

index 3b8f55b..849ab2f 100644 (file)
@@ -1,3 +1,4 @@
 include include/asm-generic/Kbuild.asm
 
 header-y += ucontext.h
+header-y += hardwall.h