2021-08-23 21:15:51 -07:00
|
|
|
/*
|
2022-03-22 22:51:29 +00:00
|
|
|
* Copyright (c) Atmosphère-NX
|
2021-08-23 21:15:51 -07:00
|
|
|
*
|
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
|
* under the terms and conditions of the GNU General Public License,
|
|
|
|
|
* version 2, as published by the Free Software Foundation.
|
|
|
|
|
*
|
|
|
|
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
|
|
|
* more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
*/
|
|
|
|
|
|
2025-04-26 14:57:10 -07:00
|
|
|
constexpr const u8 T210SdevEmcDvfsTableS6gb01[] = {
|
|
|
|
|
#embed "../../mtc_tables/combined/T210SdevEmcDvfsTableS6gb01/table.bin"
|
2021-08-23 21:15:51 -07:00
|
|
|
};
|
2021-08-24 16:51:16 -07:00
|
|
|
|
2025-04-26 14:57:10 -07:00
|
|
|
constexpr const u8 T210SdevEmcDvfsTableH4gb01[] = {
|
|
|
|
|
#embed "../../mtc_tables/combined/T210SdevEmcDvfsTableH4gb01/table.bin"
|
2021-08-23 21:15:51 -07:00
|
|
|
};
|
2021-08-24 16:51:16 -07:00
|
|
|
|
2025-04-26 14:57:10 -07:00
|
|
|
constexpr const u8 T210SdevEmcDvfsTableS4gb01[] = {
|
|
|
|
|
#embed "../../mtc_tables/combined/T210SdevEmcDvfsTableS4gb01/table.bin"
|
2021-08-23 21:15:51 -07:00
|
|
|
};
|
2021-08-24 16:51:16 -07:00
|
|
|
|