summaryrefslogtreecommitdiff
path: root/src/pld/pld.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* PLD: review scope of functionsAntonio Borneo2010-04-101-2/+0
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-031-1/+1
* pld: use static registration instead of callbackZachary T Welch2009-11-241-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* pld_device_t -> struct pld_deviceZachary T Welch2009-11-131-7/+7
* pld_driver_t -> struct pld_driverZachary T Welch2009-11-131-3/+3
* add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+6
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-091-3/+5
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-0/+49