summaryrefslogtreecommitdiff
path: root/tools/aidl/aidl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aidl/aidl.h')
-rw-r--r--tools/aidl/aidl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/aidl/aidl.h b/tools/aidl/aidl.h
new file mode 100644
index 000000000000..98b15f36c21a
--- /dev/null
+++ b/tools/aidl/aidl.h
@@ -0,0 +1,9 @@
+#ifndef AIDL_AIDL_H_
+#define AIDL_AIDL_H_
+
+#include "options.h"
+
+int compile_aidl(Options& options);
+int preprocess_aidl(const Options& options);
+
+#endif // AIDL_AIDL_H_