]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-socfpga/include/mach/scan_manager.h
arm: socfpga: scan: Add code to get FPGA ID
[karo-tx-uboot.git] / arch / arm / mach-socfpga / include / mach / scan_manager.h
index 3b55e370f2f4d1077a4f03ccc8016698e23a6d02..5ca6843557577b691f677ab28e744eb4cd6822ed 100644 (file)
@@ -18,6 +18,7 @@ struct socfpga_scan_manager {
 };
 
 int scan_mgr_configure_iocsr(void);
+u32 scan_mgr_get_fpga_id(void);
 int iocsr_get_config_table(const unsigned int chain_id,
                           const unsigned long **table,
                           unsigned int *table_len);