X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnand%2Flpc32xx.h;h=90b20b24721cb040c4e6f421127063fdd443c9a8;hb=b3ed97a4925ff441c3c2679d01e6cdb6edc123d8;hp=2b1c1a89e19bf77396616504e595edca5101b749;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/flash/nand/lpc32xx.h b/src/flash/nand/lpc32xx.h index 2b1c1a89e1..90b20b2472 100644 --- a/src/flash/nand/lpc32xx.h +++ b/src/flash/nand/lpc32xx.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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef LPC32xx_NAND_CONTROLLER_H -#define LPC32xx_NAND_CONTROLLER_H +#ifndef OPENOCD_FLASH_NAND_LPC32XX_H +#define OPENOCD_FLASH_NAND_LPC32XX_H enum lpc32xx_selected_controller { LPC32xx_NO_CONTROLLER, @@ -35,4 +33,4 @@ struct lpc32xx_nand_controller { uint32_t sw_wp_upper_bound; }; -#endif /*LPC32xx_NAND_CONTROLLER_H */ +#endif /* OPENOCD_FLASH_NAND_LPC32XX_H */