X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fmx3.h;h=00664d866ae46a169839086a602c5baa542dea4d;hb=c0c7d6fe8b04f521a7262303083ef5eb6ebaf4e5;hp=b9fd3314c41705b42653cbf83a3d1e122a38d44d;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=fw%2Fopenocd diff --git a/src/flash/nand/mx3.h b/src/flash/nand/mx3.h index b9fd3314c..00664d866 100644 --- a/src/flash/nand/mx3.h +++ b/src/flash/nand/mx3.h @@ -17,6 +17,9 @@ * along with this program. If not, see . * ***************************************************************************/ +#ifndef OPENOCD_FLASH_NAND_MX3_H +#define OPENOCD_FLASH_NAND_MX3_H + /* * Freescale iMX3* OpenOCD NAND Flash controller support. * @@ -105,3 +108,5 @@ struct mx3_nf_controller { enum mx_nf_finalize_action fin; struct mx3_nf_flags flags; }; + +#endif /* OPENOCD_FLASH_NAND_MX3_H */