Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
[linux-2.6/mini2440.git] / 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_ */