1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __CAP_HELPERS_H
3 #define __CAP_HELPERS_H
5 #include <linux/types.h>
6 #include <linux/capability.h>
16 int cap_enable_effective(__u64 caps
, __u64
*old_caps
);
17 int cap_disable_effective(__u64 caps
, __u64
*old_caps
);