added missing function xhdi_reaccess()

This commit is contained in:
Markus Fröschle
2013-05-01 11:00:27 +00:00
parent 46ace88463
commit 58236509d5
3 changed files with 20 additions and 1 deletions

View File

@@ -120,3 +120,8 @@ uint32_t xhdi_last_access(UINT16_T major, UINT16_T minor, uint32_t *ms)
{
return ERROR;
}
uint32_t xhdi_reaccess(UINT16_T major, UINT16_T minor)
{
return ERROR;
}