Commit 3f4994cf authored by Michael Ellerman's avatar Michael Ellerman Committed by 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: default avatarMichael Ellerman <mpe@ellerman.id.au>
Acked-by: default avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment