/*1* L4T Loader for Tegra X12*3* Copyright (c) 2020-2022 CTCaer4*5* This program is free software; you can redistribute it and/or modify it6* under the terms and conditions of the GNU General Public License,7* version 2, as published by the Free Software Foundation.8*9* This program is distributed in the hope it will be useful, but WITHOUT10* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or11* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for12* more details.13*14* You should have received a copy of the GNU General Public License15* along with this program. If not, see <http://www.gnu.org/licenses/>.16*/1718#ifndef _L4T_H_19#define _L4T_H_2021void launch_l4t(const ini_sec_t *ini_sec, int entry_idx, int is_list, bool t210b01);2223#endif242526