drm/rockchip: dw_hdmi_qp: Add basic RK3576 HDMI output support
[drm/drm-misc.git] / security / landlock / task.h
blob7c00360219a25287c7c4bcba5aa313bcf40c0c8b
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Landlock LSM - Ptrace hooks
5 * Copyright © 2017-2019 Mickaël Salaün <mic@digikod.net>
6 * Copyright © 2019 ANSSI
7 */
9 #ifndef _SECURITY_LANDLOCK_TASK_H
10 #define _SECURITY_LANDLOCK_TASK_H
12 __init void landlock_add_task_hooks(void);
14 #endif /* _SECURITY_LANDLOCK_TASK_H */