X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fahci.h;h=e8dee5357514c1cb33140da968626d8217f145ba;hb=ade8bc14ad419f698406b162c9c5dfeee7406b4c;hp=35b8a8c09b1879530e971f9583e40e253a980f9a;hpb=e82abaeb7f2a0833fccf90460c48b9f2100258f8;p=karo-tx-uboot.git diff --git a/include/ahci.h b/include/ahci.h index 35b8a8c09b..e8dee53575 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -161,5 +161,6 @@ struct ahci_probe_ent { }; int ahci_init(u32 base); +int ahci_reset(u32 base); #endif