X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2Fpld.h;h=3178fd459775f58e2066e794fbe0c8b590eb9d7a;hb=d496da2c20e579f0f8af09928049bfb04d328190;hp=eb200f622f72f0d7a55e77b2b7d77267bd523428;hpb=c4f2a018a594d5cc93f557e30a7906641b59ec56;p=openocd.git diff --git a/src/pld/pld.h b/src/pld/pld.h index eb200f622f..3178fd4597 100644 --- a/src/pld/pld.h +++ b/src/pld/pld.h @@ -13,13 +13,11 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef PLD_H -#define PLD_H +#ifndef OPENOCD_PLD_PLD_H +#define OPENOCD_PLD_PLD_H #include @@ -51,4 +49,4 @@ struct pld_device *get_pld_device_by_num(int num); #define ERROR_PLD_DEVICE_INVALID (-1000) #define ERROR_PLD_FILE_LOAD_FAILED (-1001) -#endif /* PLD_H */ +#endif /* OPENOCD_PLD_PLD_H */