aboutsummaryrefslogtreecommitdiff
path: root/src/pld/pld.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-11-24pld: use static registration instead of callbackZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch1-7/+7
2009-11-13pld_driver_t -> struct pld_driverZachary T Welch1-3/+3
2009-11-13add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch1-1/+6
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch1-3/+5
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath1-0/+49