summaryrefslogtreecommitdiff
path: root/tools/aidl/aidl.h
blob: 98b15f36c21aff1c3b29406e361bd995f5492758 (plain)
1
2
3
4
5
6
7
8
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_