Go to the documentation of this file.
21 #ifndef AVCODEC_BFIN_HPELDSP_BFIN_H
22 #define AVCODEC_BFIN_HPELDSP_BFIN_H
28 #if defined(__FDPIC__) && CONFIG_SRAM
29 #define attribute_l1_text __attribute__ ((l1_text))
30 #define attribute_l1_data_b __attribute__((l1_data_B))
32 #define attribute_l1_text
33 #define attribute_l1_data_b