Add back in header file that was mistakenly removed prior to previous check in.

This commit is contained in:
Richard Barry 2010-02-13 21:01:26 +00:00
parent 90ec8c2b57
commit 7c54dfea37

View file

@ -53,6 +53,7 @@
/* Hardware specific includes. */
#include "iodefine.h"
#include "typedefine.h"
#include "hwEthernet.h"
#include "hwEthernetPhy.h"
@ -296,6 +297,8 @@ long lReturn;
/* Enable EDMAC receive */
EDMAC.EDRRR.LONG = 0x1;
}
return lReturn;
}
/*-----------------------------------------------------------*/