m4u_port.h 263 B

12345678910111213141516
  1. #ifndef __M4U_PORT_H__
  2. #define __M4U_PORT_H__
  3. #if defined(CONFIG_ARCH_MT6735)
  4. #include "mt6735/m4u_port.h"
  5. #endif
  6. #if defined(CONFIG_ARCH_MT6735M)
  7. #include "mt6735m/m4u_port.h"
  8. #endif
  9. #if defined(CONFIG_ARCH_MT6753)
  10. #include "mt6753/m4u_port.h"
  11. #endif
  12. #endif