Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f4994cf authored by Michael Ellerman's avatar Michael Ellerman Committed by Shuah Khan
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
#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 */