/** @file @copyright Copyright 2016 - 2021 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _FPGA_DATA_H_ #define _FPGA_DATA_H_ // Max Sockets for FPGA's, for all arrays, index loops,... // Note: all bit mask arrays are defined as "UINT8", so if this increases // Those will have to be refactored to hold the new data. #define FPGA_MAX_SOCKET MAX_SOCKET #endif