X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fmx3.h;h=00664d866ae46a169839086a602c5baa542dea4d;hb=f19ac83152b54a204b8148815a538d868973e1e1;hp=1738ff7f218d22039c00180274e5a0493b470168;hpb=fab0dcd7e6cb8cfbf63cb41f0978902371d30205;p=openocd.git diff --git a/src/flash/nand/mx3.h b/src/flash/nand/mx3.h index 1738ff7f21..00664d866a 100644 --- a/src/flash/nand/mx3.h +++ b/src/flash/nand/mx3.h @@ -14,11 +14,12 @@ * 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 OPENOCD_FLASH_NAND_MX3_H +#define OPENOCD_FLASH_NAND_MX3_H + /* * Freescale iMX3* OpenOCD NAND Flash controller support. * @@ -96,7 +97,6 @@ enum mx_nf_finalize_action { }; struct mx3_nf_flags { - unsigned host_little_endian:1; unsigned target_little_endian:1; unsigned nand_readonly:1; unsigned one_kb_sram:1; @@ -108,3 +108,5 @@ struct mx3_nf_controller { enum mx_nf_finalize_action fin; struct mx3_nf_flags flags; }; + +#endif /* OPENOCD_FLASH_NAND_MX3_H */