• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
13