view src/cs/system/Main/main.c @ 106:72b8a6a15d46

components/l1_pei: recipe created, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 05 Oct 2016 22:19:35 +0000
parents 134c5fe13e44
children
line wrap: on
line source

/* trivial reconstruction from disassembly */

Application_Initialize()
{
	Init_Target();
	Init_Drivers();
	Cust_Init_Layer1();
	Init_Serial_Flows();
	StartFrame();
	Init_Unmask_IT();
}