ee_data_int.vhd


library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.all;

library work;
use work.types.all;


entity ee_data_int is end ee_data_int;



architecture Behavioral of ee_data_int is begin end Behavioral;