allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / security / selinux / ss / services.h
blobe8d907e903cdb1e05cf9f3a0bd28805f905a1214
1 /*
2 * Implementation of the security services.
4 * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
5 */
6 #ifndef _SS_SERVICES_H_
7 #define _SS_SERVICES_H_
9 #include "policydb.h"
10 #include "sidtab.h"
12 extern struct policydb policydb;
14 #endif /* _SS_SERVICES_H_ */