zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/os/linux/linux-3.4.x/include/asm-generic/audit_write.h b/ap/os/linux/linux-3.4.x/include/asm-generic/audit_write.h
new file mode 100644
index 0000000..e7020c5
--- /dev/null
+++ b/ap/os/linux/linux-3.4.x/include/asm-generic/audit_write.h
@@ -0,0 +1,15 @@
+#include <asm-generic/audit_dir_write.h>
+__NR_acct,
+#ifdef __NR_swapon
+__NR_swapon,
+#endif
+__NR_quotactl,
+#ifdef __NR_truncate
+__NR_truncate,
+#endif
+#ifdef __NR_truncate64
+__NR_truncate64,
+#endif
+#ifdef __NR_bind
+__NR_bind, /* bind can affect fs object only in one way... */
+#endif