Searched refs:XF_VERSION (Results 1 – 6 of 6) sorted by relevance
16 printf ("Example expects ABI version %d\n", XF_VERSION); in hello_world()
123 if (XF_VERSION != get_version()) { in atmel_df_pow2()124 printf("Expects ABI version %d\n", XF_VERSION); in atmel_df_pow2()
45 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom()46 printf ("Expects ABI version %d\n", XF_VERSION); in smc91111_eeprom()
17 return XF_VERSION; in get_version()
75 #define XF_VERSION 9 macro
46 if (get_version () != XF_VERSION)97 - Increase the XF_VERSION value by one in the include/exports.h
Completed in 5 milliseconds