This commit is contained in:
dborth 2010-07-09 15:27:04 +00:00
parent 7393b70f0c
commit a79008f95c

View File

@ -15,6 +15,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifdef HW_RVL
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -259,3 +261,5 @@ bool load_ehci_module()
usleep(5000); usleep(5000);
return true; return true;
} }
#endif