]> rtime.felk.cvut.cz Git - fpga/virtex2/uart.git/blobdiff - software/fll.h
Copied all needed files.
[fpga/virtex2/uart.git] / software / fll.h
diff --git a/software/fll.h b/software/fll.h
new file mode 100644 (file)
index 0000000..6740ca8
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef FLL_H
+#define FLL_H
+
+void fllInit(void);             //do an FLL loop to adjust system frequency
+
+#endif //FLL_H