]> git.sur5r.net Git - openocd/blobdiff - src/flash/nand/lpc3180.h
Make #include guard naming consistent
[openocd] / src / flash / nand / lpc3180.h
index 88280f3250ea2e8a7f1774c4141f64d012d9a104..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 target *target;
+struct lpc3180_nand_controller {
        int osc_freq;
        enum lpc3180_selected_controller selected_controller;
        int is_bulk;
@@ -38,4 +34,4 @@ struct lpc3180_nand_controller
        uint32_t sw_wp_upper_bound;
 };
 
-#endif /*LPC3180_NAND_CONTROLLER_H */
+#endif /* OPENOCD_FLASH_NAND_LPC3180_H */