X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2Fpld.h;h=d306246b704451883e99de034e1d79c8affe8354;hb=46781080347af4f207cec108dfc2f96da61dcbfa;hp=1ae775cc89f2b80fd9c1270dd34104aaff3a3530;hpb=e2f23c54373097098ef0b59377299d7382f4c58a;p=openocd.git diff --git a/src/pld/pld.h b/src/pld/pld.h index 1ae775cc89..d306246b70 100644 --- a/src/pld/pld.h +++ b/src/pld/pld.h @@ -20,7 +20,7 @@ #ifndef PLD_H #define PLD_H -#include "command.h" +#include struct pld_device; @@ -46,8 +46,6 @@ struct pld_device int pld_register_commands(struct command_context *cmd_ctx); -int pld_init(struct command_context *cmd_ctx); - struct pld_device *get_pld_device_by_num(int num); #define ERROR_PLD_DEVICE_INVALID (-1000)