X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fs3c24xx.h;h=5c7782dabc97a54c73a2a4f43ab6daa19440c8c2;hp=059c84d9ff6619284b3e15086ecc5fdf54855b63;hb=2caa3455ada686baea01a50d092e4244c461e101;hpb=b0759dfc538b973cce67df93f8a7fe239bfb4c74 diff --git a/src/flash/nand/s3c24xx.h b/src/flash/nand/s3c24xx.h index 059c84d9ff..5c7782dabc 100644 --- a/src/flash/nand/s3c24xx.h +++ b/src/flash/nand/s3c24xx.h @@ -13,13 +13,11 @@ * 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 S3C24xx_NAND_H -#define S3C24xx_NAND_H +#ifndef OPENOCD_FLASH_NAND_S3C24XX_H +#define OPENOCD_FLASH_NAND_S3C24XX_H /* * S3C24XX Series OpenOCD NAND Flash controller support. @@ -31,10 +29,7 @@ #include "s3c24xx_regs.h" #include -struct s3c24xx_nand_controller -{ - struct target *target; - +struct s3c24xx_nand_controller { /* register addresses */ uint32_t cmd; uint32_t addr; @@ -80,4 +75,4 @@ int s3c2440_read_block_data(struct nand_device *nand, int s3c2440_write_block_data(struct nand_device *nand, uint8_t *data, int data_size); -#endif // S3C24xx_NAND_H +#endif /* OPENOCD_FLASH_NAND_S3C24XX_H */