提交 3f4994cf 编写于 作者: M Michael Ellerman 提交者: Shuah Khan

kcmp: Move kcmp.h into uapi

kcmp.h appears to be part of the API, it's documented in kcmp(2), and
the selftests/kcmp code uses it. So move it to uapi so it's actually
exported.
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
Acked-by: NCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
上级 88471649
......@@ -209,6 +209,7 @@ header-y += ivtvfb.h
header-y += ixjuser.h
header-y += jffs2.h
header-y += joystick.h
header-y += kcmp.h
header-y += kd.h
header-y += kdev_t.h
header-y += kernel-page-flags.h
......
#ifndef _LINUX_KCMP_H
#define _LINUX_KCMP_H
#ifndef _UAPI_LINUX_KCMP_H
#define _UAPI_LINUX_KCMP_H
/* Comparison type */
enum kcmp_type {
......@@ -14,4 +14,4 @@ enum kcmp_type {
KCMP_TYPES,
};
#endif /* _LINUX_KCMP_H */
#endif /* _UAPI_LINUX_KCMP_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册