blob: 98b15f36c21aff1c3b29406e361bd995f5492758 [file] [log] [blame]
Christopher Wiley2f774172015-08-30 10:57:07 -07001#ifndef AIDL_AIDL_H_
2#define AIDL_AIDL_H_
3
4#include "options.h"
5
6int compile_aidl(Options& options);
7int preprocess_aidl(const Options& options);
8
9#endif // AIDL_AIDL_H_