phy: atheros: Clarify the intention of ar8021_config
[oweals/u-boot.git] / include / cpu_func.h
index 46f3d92459b73d99b20376c65be5eab2bc41b5e4..f701f02bfef0b5258d1451e7d9c40084244e7771 100644 (file)
@@ -83,5 +83,7 @@ enum {
  * @param flags                Flags to control what is done
  */
 int cleanup_before_linux_select(int flags);
+
+void reset_cpu(ulong addr);
 ;
 #endif