aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/m4u/mt6735/m4u_port.h
blob: 8b16e16ca0bd136046d8f9b53bbdf64e61924f59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __M4U_PORT_H__
#define __M4U_PORT_H__

#if defined(CONFIG_ARCH_MT6735)
#include "mt6735/m4u_port.h"
#endif

#if defined(CONFIG_ARCH_MT6735M)
#include "mt6735m/m4u_port.h"
#endif

#if defined(CONFIG_ARCH_MT6753)
#include "mt6753/m4u_port.h"
#endif

#endif