16cd6a6acSopenharmony_ci#include <stdlib.h> 26cd6a6acSopenharmony_ci 36cd6a6acSopenharmony_ci#include <sepol/module.h> 46cd6a6acSopenharmony_ci#include <sepol/policydb/policydb.h> 56cd6a6acSopenharmony_ci 66cd6a6acSopenharmony_ciint sepol_module_policydb_to_cil(FILE *fp, struct policydb *pdb, int linked); 76cd6a6acSopenharmony_ciint sepol_module_package_to_cil(FILE *fp, struct sepol_module_package *mod_pkg); 86cd6a6acSopenharmony_ciint sepol_ppfile_to_module_package(FILE *fp, struct sepol_module_package **mod_pkg); 9