浏览代码

arch/tile: export <asm/hardwall.h> to userspace

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>
Chris Metcalf 14 年之前
父节点
当前提交
9ff27fdbd5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/tile/include/asm/Kbuild

+ 1 - 0
arch/tile/include/asm/Kbuild

@@ -1,3 +1,4 @@
 include include/asm-generic/Kbuild.asm
 
 header-y += ucontext.h
+header-y += hardwall.h