nds32: Add jtag scan_chain command
[fw/openocd] / src / flash / nand / lpc3180.h
index d524cfeeba92d86391324ab0e8f9d28d4f35c1e5..c02ee5b27a232e55b602b46e7a5d4127caf255a4 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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
-#ifndef LPC3180_NAND_CONTROLLER_H
-#define LPC3180_NAND_CONTROLLER_H
 
-enum lpc3180_selected_controller
-{
+#ifndef OPENOCD_FLASH_NAND_LPC3180_H
+#define OPENOCD_FLASH_NAND_LPC3180_H
+
+enum lpc3180_selected_controller {
        LPC3180_NO_CONTROLLER,
        LPC3180_MLC_CONTROLLER,
        LPC3180_SLC_CONTROLLER,
 };
 
-struct lpc3180_nand_controller
-{
+struct lpc3180_nand_controller {
        int osc_freq;
        enum lpc3180_selected_controller selected_controller;
        int is_bulk;
@@ -37,4 +34,4 @@ struct lpc3180_nand_controller
        uint32_t sw_wp_upper_bound;
 };
 
-#endif /*LPC3180_NAND_CONTROLLER_H */
+#endif /* OPENOCD_FLASH_NAND_LPC3180_H */