mirror of
https://github.com/fail0verflow/mini.git
synced 2026-04-17 05:45:50 -05:00
8 lines
107 B
C
8 lines
107 B
C
#ifndef __BOOT2_H__
|
|
#define __BOOT2_H__
|
|
|
|
int boot2_run(u32 tid_hi, u32 tid_lo);
|
|
void boot2_init();
|
|
|
|
#endif
|