Index: /firmware/FTM/ftm_definitions.vhd
===================================================================
--- /firmware/FTM/ftm_definitions.vhd	(revision 10157)
+++ /firmware/FTM/ftm_definitions.vhd	(revision 10158)
@@ -17,4 +17,5 @@
 -- Additional Comments: 
 --
+-- modified:   Patrick Vogler, February 17 2011
 ----------------------------------------------------------------------------------
 
@@ -34,4 +35,7 @@
   type active_FTU_array_type is array (0 to 3) of std_logic_vector(15 downto 0);
   type FTU_answer_array_type is array (0 to 3) of integer range 0 to 10;
+
+  type clk_cond_interface_array_type is array (0 to 7) of std_logic_vector (31 downto 0);
+  type clk_cond_array_type is array (0 to 8) of std_logic_vector (31 downto 0);
   
 end ftm_array_types;
