You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
707 B
24 lines
707 B
|
|
/* |
|
* Copyright (C) 2017 MediaTek Inc. |
|
* |
|
* This program is free software; you can redistribute it and/or modify |
|
* it under the terms of the GNU General Public License version 2 as |
|
* published by the Free Software Foundation. |
|
* |
|
* This program is distributed in the hope that it will be useful, |
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
* See http://www.gnu.org/licenses/gpl-2.0.html for more details. |
|
*/ |
|
|
|
#ifndef __HELIO_DVFSRC_OPP_H |
|
#define __HELIO_DVFSRC_OPP_H |
|
|
|
#if defined(CONFIG_MACH_MT6775) |
|
#include <helio-dvfsrc-opp-mt6775.h> |
|
#elif defined(CONFIG_MACH_MT6771) |
|
#include <helio-dvfsrc-opp-mt6771.h> |
|
#endif |
|
|
|
#endif
|
|
|