mini/boot2.h

8 lines
107 B
C
Raw Normal View History

#ifndef __BOOT2_H__
#define __BOOT2_H__
int boot2_run(u32 tid_hi, u32 tid_lo);
void boot2_init();
#endif