1
0
Fork 0
forked from len0rd/rockbox

ide_power_enable for simulator added.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mats Lidell 2003-07-20 00:08:47 +00:00
parent 177b8cbd47
commit bd49e5f83b

View file

@ -107,4 +107,9 @@ void power_off(void)
{
}
void ide_power_enable(bool on)
{
on = on;
}
#endif /* SIMULATOR */