diff options
Diffstat (limited to 'ANDROID_3.4.5/security/selinux/ss/services.h')
-rw-r--r-- | ANDROID_3.4.5/security/selinux/ss/services.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/security/selinux/ss/services.h b/ANDROID_3.4.5/security/selinux/ss/services.h deleted file mode 100644 index e8d907e9..00000000 --- a/ANDROID_3.4.5/security/selinux/ss/services.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Implementation of the security services. - * - * Author : Stephen Smalley, <sds@epoch.ncsc.mil> - */ -#ifndef _SS_SERVICES_H_ -#define _SS_SERVICES_H_ - -#include "policydb.h" -#include "sidtab.h" - -extern struct policydb policydb; - -#endif /* _SS_SERVICES_H_ */ - |