aboutsummaryrefslogtreecommitdiff
path: root/linux-arm/ffi.h
blob: ce48012dca98f5814f45ff805f4936e780714fc4 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright 2007 The Android Open Source Project
 */
#ifndef LIBFFI_H

#define ARM
#include "../src/arm/ffitarget.h"
#include "../include/ffi_real.h"

#endif