#ifndef _SS_SERVICES_H_
#define _SS_SERVICES_H_
#include "policydb.h"
struct selinux_mapping { … };
struct selinux_map { … };
struct selinux_policy { … } __randomize_layout;
struct convert_context_args { … };
void services_compute_xperms_drivers(struct extended_perms *xperms,
struct avtab_node *node);
void services_compute_xperms_decision(struct extended_perms_decision *xpermd,
struct avtab_node *node);
int services_convert_context(struct convert_context_args *args,
struct context *oldc, struct context *newc,
gfp_t gfp_flags);
#endif