aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/blkpg_ops.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-06 22:49:31 -0700
committerElliott Hughes <enh@google.com>2014-06-06 22:50:18 -0700
commit827283714cf6f0ff11f3b46a98203cb3c8fd920b (patch)
tree9544ddde24288411ad4e3c6194ab9d78b604852a /xlat/blkpg_ops.h
parentcab31a8661f484e08161c660a4bd203b509ae65a (diff)
downloadandroid_external_strace-827283714cf6f0ff11f3b46a98203cb3c8fd920b.tar.gz
android_external_strace-827283714cf6f0ff11f3b46a98203cb3c8fd920b.tar.bz2
android_external_strace-827283714cf6f0ff11f3b46a98203cb3c8fd920b.zip
Add new generated strace files ignored by xlat/.gitignore.
These shouldn't be checked in to the upstream strace git repository, but they should be in ours! Change-Id: If950542c25bdeb18b6a565ecb07a434bb8730d9a
Diffstat (limited to 'xlat/blkpg_ops.h')
-rw-r--r--xlat/blkpg_ops.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/xlat/blkpg_ops.h b/xlat/blkpg_ops.h
new file mode 100644
index 00000000..cde13154
--- /dev/null
+++ b/xlat/blkpg_ops.h
@@ -0,0 +1,11 @@
+/* Generated by ./xlat/gen.sh from ./xlat/blkpg_ops.in; do not edit. */
+
+static const struct xlat blkpg_ops[] = {
+#if defined(BLKPG_ADD_PARTITION) || (defined(HAVE_DECL_BLKPG_ADD_PARTITION) && HAVE_DECL_BLKPG_ADD_PARTITION)
+ XLAT(BLKPG_ADD_PARTITION),
+#endif
+#if defined(BLKPG_DEL_PARTITION) || (defined(HAVE_DECL_BLKPG_DEL_PARTITION) && HAVE_DECL_BLKPG_DEL_PARTITION)
+ XLAT(BLKPG_DEL_PARTITION),
+#endif
+ XLAT_END
+};