sunxi: usb: Switch to Generic host controllers
[platform/kernel/u-boot.git] / include / fsl_csu.h
index f4d97fb..0e59ac3 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2015 Freescale Semiconductor
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  */
 
 #ifndef __FSL_CSU_H__
@@ -30,5 +29,7 @@ struct csu_ns_dev {
 };
 
 void enable_layerscape_ns_access(void);
+void set_devices_ns_access(unsigned long, u16 val);
+void set_pcie_ns_access(int pcie, u16 val);
 
 #endif