beb includes read, write functions, so that it doesnt have to go to locallink interface

This commit is contained in:
Dhanya Maliakal
2015-06-15 17:41:48 +02:00
parent b11b7c1c09
commit 8323f81e8a
8 changed files with 104 additions and 71 deletions

View File

@ -83,6 +83,10 @@ struct BebInfo{
int Beb_GetBebFPGATemp();
int Beb_open(u_int32_t baseaddr, u_int32_t* csp0base);
u_int32_t Beb_Read32 (u_int32_t baseaddr, u_int32_t offset);
u_int32_t Beb_Write32 (u_int32_t baseaddr, u_int32_t offset, u_int32_t data);
void Beb_close(int fd);
#endif