Initial lockpick_rcm code

+ small modifications, just for fun
This commit is contained in:
Such Meme, Many Skill
2019-08-14 21:29:04 +02:00
parent 89b7656ca5
commit fa0c1a2808
100 changed files with 28222 additions and 0 deletions

24
source/hos/sept.h Normal file
View File

@@ -0,0 +1,24 @@
/*
* Copyright (c) 2019 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 _SEPT_H_
#define _SEPT_H_
#include "../utils/types.h"
int reboot_to_sept(const u8 *tsec_fw, const u32 tsec_size, const u32 kb);
#endif