Home
last modified time | relevance | path

Searched refs:XTRN_DECLARE_GLOBAL_DATA_PTR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dglobal_data.h115 #define XTRN_DECLARE_GLOBAL_DATA_PTR extern macro
116 #define DECLARE_GLOBAL_DATA_PTR XTRN_DECLARE_GLOBAL_DATA_PTR \
/openbmc/u-boot/common/
H A Dboard_f.c52 #ifdef XTRN_DECLARE_GLOBAL_DATA_PTR
53 #undef XTRN_DECLARE_GLOBAL_DATA_PTR
54 #define XTRN_DECLARE_GLOBAL_DATA_PTR /* empty = allocate here */ macro