urbit/include/g/e.h

21 lines
377 B
C
Raw Normal View History

2014-09-22 20:10:57 +04:00
/* include/g/e.h
**
** This file is in the public domain.
*/
/** Functions.
**/
/* u3_ce_fault(): handle a memory event with libsigsegv protocol.
*/
2014-09-23 21:11:59 +04:00
c3_i
2014-09-22 20:10:57 +04:00
u3_ce_fault(void* adr_v, c3_i ser_i);
2014-09-23 21:11:59 +04:00
/* u3_ce_save():
2014-09-22 20:10:57 +04:00
*/
2014-09-23 21:11:59 +04:00
void
u3_ce_save(void);
2014-09-22 20:10:57 +04:00
2014-09-23 21:11:59 +04:00
/* u3_ce_boot(): start the memory system.
2014-09-22 20:10:57 +04:00
*/
2014-09-23 21:11:59 +04:00
void
u3_ce_boot(c3_c* cpu_c);