]> git.sur5r.net Git - openocd/blobdiff - src/flash/nand/mx3.h
Make #include guard naming consistent
[openocd] / src / flash / nand / mx3.h
index 919453a5e28e268a1135f9163948ff75fdb40f89..00664d866ae46a169839086a602c5baa542dea4d 100644 (file)
  *   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 <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
+#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 */