drm/rockchip: dw_hdmi_qp: Add basic RK3576 HDMI output support
[drm/drm-misc.git] / security / ipe / fs.h
blob0141ae8e86ec158e372ad6eb9a88b497faab4966
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2020-2024 Microsoft Corporation. All rights reserved.
4 */
6 #ifndef _IPE_FS_H
7 #define _IPE_FS_H
9 #include "policy.h"
11 extern struct dentry *policy_root __ro_after_init;
13 int ipe_new_policyfs_node(struct ipe_policy *p);
14 void ipe_del_policyfs_node(struct ipe_policy *p);
16 #endif /* _IPE_FS_H */