Searched refs:get_version (Results 1 – 9 of 9) sorted by relevance
122 if (XF_VERSION != get_version()) { in atmel_df_pow2()124 printf("Actual U-Boot ABI version %lu\n", get_version()); in atmel_df_pow2()
18 printf ("Actual U-Boot ABI version %d\n", (int)get_version()); in hello_world()
326 if (XF_VERSION != get_version()) { in smc911x_eeprom()328 printf("Actual U-Boot ABI version %lu\n", get_version()); in smc911x_eeprom()
45 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom()48 (int) get_version ()); in smc91111_eeprom()
356 printf("Actual U-Boot ABI version %d\n", (int)get_version()); in main()
12 unsigned long get_version(void) in get_version() function
10 EXPORT_FUNC(get_version, unsigned long, get_version, void)
12 unsigned long get_version(void);
39 U-Boot. To facilitate this, a get_version() function is exported46 if (get_version () != XF_VERSION)