fusee: initial mariko hwinit
This commit is contained in:
@@ -19,9 +19,12 @@
|
||||
#ifndef FUSEE_HWINIT_H_
|
||||
#define FUSEE_HWINIT_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define I2S_BASE 0x702D1000
|
||||
#define MAKE_I2S_REG(n) MAKE_REG32(I2S_BASE + n)
|
||||
|
||||
void nx_hwinit();
|
||||
void nx_hwinit_mariko(bool enable_log);
|
||||
void nx_hwinit_erista(bool enable_log);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user