Go to the documentation of this file.
24 #ifndef AVCODEC_BFIN_HPELDSP_BFIN_H
25 #define AVCODEC_BFIN_HPELDSP_BFIN_H
31 #if defined(__FDPIC__) && CONFIG_SRAM
32 #define attribute_l1_text __attribute__ ((l1_text))
33 #define attribute_l1_data_b __attribute__((l1_data_B))
35 #define attribute_l1_text
36 #define attribute_l1_data_b