fusee: uncompress fusee-primary, which is now getting pretty big.
This commit is contained in:
28
fusee/fusee-primary/fusee-primary-main/src/sdram.h
Normal file
28
fusee/fusee-primary/fusee-primary-main/src/sdram.h
Normal file
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* Copyright (c) 2018 naehrwert
|
||||
* Copyright (c) 2018-2020 Atmosphère-NX
|
||||
*
|
||||
* 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 FUSEE_SDRAM_H_
|
||||
#define FUSEE_SDRAM_H_
|
||||
|
||||
void sdram_init_erista(void);
|
||||
void sdram_init_mariko(void);
|
||||
const void *sdram_get_params_erista(uint32_t dram_id);
|
||||
const void *sdram_get_params_mariko(uint32_t dram_id);
|
||||
void sdram_save_params_erista(const void *save_params);
|
||||
void sdram_save_params_mariko(const void *save_params);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user