OSDN Git Service

685dfbc8d6964760f7a5e187f7efa363c259a3d6
[android-x86/external-libffi.git] / linux-x86 / ffi.h
1 /*
2  * Copyright 2008 The Android Open Source Project
3  */
4 #ifndef LIBFFI_H
5
6 #define X86 1
7 #define CONF_HAVE_LONG_DOUBLE 1
8
9 #include "../src/x86/ffitarget.h"
10 #include "../include/ffi_real.h"
11
12 #endif