/** Node type: GTFPGA (Xilinx ML507) * * This file implements the gtfpga subtype for nodes. * * @author Steffen Vogel * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC */ #ifndef _GTFPGA_H_ #define _GTFPGA_H_ struct gtfpga { }; #endif /* _GTFPGA_H_ */