mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 02:27:39 +00:00
25 lines
794 B
C
25 lines
794 B
C
/*
|
|
* L4T Loader for Tegra X1
|
|
*
|
|
* Copyright (c) 2020-2022 CTCaer
|
|
*
|
|
* 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/>.
|
|
*/
|
|
|
|
#ifndef _L4T_H_
|
|
#define _L4T_H_
|
|
|
|
void launch_l4t(const ini_sec_t *ini_sec, int entry_idx, int is_list, bool t210b01);
|
|
|
|
#endif
|