test program finished for all XHDI functions

This commit is contained in:
Markus Fröschle
2013-05-05 09:10:42 +00:00
parent 771e5f97e3
commit 85dd0a6981
3 changed files with 125 additions and 31 deletions

View File

@@ -73,8 +73,8 @@ int main(int argc, char *argv[])
bas_vector = bas_sd_vector(old_vector);
printf("got vector from BaS: %p\r\n", bas_vector);
setcookie('XHDI', (uint32_t) bas_vector);
//setcookie('XHDI', (uint32_t) bas_vector);
XHNewCookie(old_vector, bas_vector);
printf("vector to BaS driver set\r\n");
return 0;