mini/boot2.h
John Kelley bb683c50a2 Added boot2_run IPC code
Cleaned up ipc.h a little and removed unused IPC_MISC stuff
2009-05-15 05:28:42 -07:00

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