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 3b8f55b82dee28041f9100673e11c970e133bd4a..849ab2fa1f5c854ef6fbfc976908ca493c352370 100644 (file)
@@ -1,3 +1,4 @@
 include include/asm-generic/Kbuild.asm
 
 header-y += ucontext.h
+header-y += hardwall.h
This page took 0.024593 seconds and 5 git commands to generate.