Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / include / fsl_csu.h
index f4d97fb6054e08a872ec30b3df02d3b8d6cd2c60..0e59ac3c324da84caea56bc96ccfdabf8fe52159 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