mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
bb683c50a2
Cleaned up ipc.h a little and removed unused IPC_MISC stuff
9 lines
150 B
C
9 lines
150 B
C
#ifndef __BOOT2_H__
|
|
#define __BOOT2_H__
|
|
|
|
void boot2_ipc(volatile ipc_request *req);
|
|
int boot2_run(u32 tid_hi, u32 tid_lo);
|
|
void boot2_init();
|
|
|
|
#endif
|