net/mlx5: FPGA, Add device name
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / fpga / cmd.h
index d05233c9b4f6c0ecfccf3868de233165c043ef58..eb8b0fe0b4e149028400a6bde50511eb822acb25 100644 (file)
 
 #include <linux/mlx5/driver.h>
 
+enum mlx5_fpga_device_id {
+       MLX5_FPGA_DEVICE_UNKNOWN = 0,
+       MLX5_FPGA_DEVICE_KU040 = 1,
+       MLX5_FPGA_DEVICE_KU060 = 2,
+       MLX5_FPGA_DEVICE_KU060_2 = 3,
+};
+
 enum mlx5_fpga_image {
        MLX5_FPGA_IMAGE_USER = 0,
        MLX5_FPGA_IMAGE_FACTORY,