]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/include/mach/misc.h
arm: socfpga: misc: Move bridge command to misc common
[u-boot] / arch / arm / mach-socfpga / include / mach / misc.h
index 0b65783b05598999570ed06a39279a64177168c1..7fe77ac8d81b793a798e37494cae175bab30c976 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (C) 2016-2017 Intel Corporation
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef _MISC_H_
@@ -28,4 +27,6 @@ unsigned int shared_uart_com_port(const void *blob);
 unsigned int uart_com_port(const void *blob);
 #endif
 
+void do_bridge_reset(int enable);
+
 #endif /* _MISC_H_ */