l2c.h 354 B

123456789101112
  1. #ifndef __MT_L2C_H__
  2. #define __MT_L2C_H__
  3. int is_l2_need_config(void);
  4. void cluster_l2_share_enable(int cluster);
  5. void cluster_l2_share_disable(int cluster);
  6. /* config L2 cache and sram to its size */
  7. void config_L2_size(void);
  8. /* config SRAM back from L2 cache for DA relocation */
  9. void config_shared_SRAM_size(void);
  10. #endif /* end of __MT_L2C_H__ */