]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fpga.h
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / include / fpga.h
index ef044e9362948762086d33b6d779dde39576cd68..e0d12981b283ea93f9e4ef9fcf66076e4cc5bbda 100644 (file)
@@ -52,6 +52,7 @@ typedef enum {
 void fpga_init(void);
 int fpga_add(fpga_type devtype, void *desc);
 int fpga_count(void);
+const fpga_desc *const fpga_get_desc(int devnum);
 int fpga_load(int devnum, const void *buf, size_t bsize,
              bitstream_type bstype);
 int fpga_fsload(int devnum, const void *buf, size_t size,