00001 00014 #ifndef OP_ABI_H 00015 #define OP_ABI_H 00016 00017 struct op_abi_entry { 00018 char const * name; 00020 int offset; 00021 }; 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00028 struct op_abi_entry const * get_abi(void); 00029 00031 int op_little_endian(void); 00032 00037 int op_write_abi_to_file(char const * abi_file); 00038 00039 #ifdef __cplusplus 00040 } 00041 #endif 00042 00043 #endif // OP_ABI_H