X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fnuc910.h;h=8877cf6331c0e0aa37a9be8578fa7da1fefc181e;hb=8d748f426c7a9c750ffc7cabfbb87bc2cecd82d3;hp=e0e458f3ee70fa300401c0cbc645543141d80858;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/flash/nand/nuc910.h b/src/flash/nand/nuc910.h index e0e458f3ee..8877cf6331 100644 --- a/src/flash/nand/nuc910.h +++ b/src/flash/nand/nuc910.h @@ -13,17 +13,15 @@ * 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 . * ***************************************************************************/ /* * NAND controller interface for Nuvoton NUC910 */ -#ifndef NUC910_H -#define NUC910_H +#ifndef OPENOCD_FLASH_NAND_NUC910_H +#define OPENOCD_FLASH_NAND_NUC910_H #define NUC910_FMICSR 0xB000D000 #define NUC910_SMCSR 0xB000D0A0 @@ -56,5 +54,4 @@ /* ECC4 Correction Status (ECC4ST) */ -#endif /* NUC910_H */ - +#endif /* OPENOCD_FLASH_NAND_NUC910_H */