blob: f3325aa2645e65659846b865b6046009328c8f6d [file] [log] [blame]
/*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
* *
This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
* *
This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the 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.
* *
Description:
*/
#ifndef __AML_NF_TYPE_H__
#define __AML_NF_TYPE_H__
#include "amlnf_cfg.h"
#ifdef AML_NAND_UBOOT
#include <common.h>
#include <environment.h>
#include <asm/io.h>
#include <malloc.h>
#include <linux/err.h>
#include <asm/cache.h>
//#include <asm/arch/pinmux.h>
//#include <asm/arch/reboot.h>
//#include <asm/arch/clock.h>
#include <linux/list.h>
//#include <asm/sizes.h>
//#include <amlogic/securitykey.h>
#else /* AML_NAND_UBOOT */
#include <linux/module.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/ioport.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/clk.h>
#include <linux/slab.h>
#include<linux/delay.h>
#include <linux/cdev.h>
#include <linux/sched.h>
/*
#include <linux/earlysuspend.h>
#include <mach/pinmux.h>
*/
#include <linux/err.h>
/*#include <linux/io.h>*/
#include <linux/bitops.h>
#include <linux/crc32.h>
#include <linux/fs.h>
#include <linux/uaccess.h>
#include <linux/reboot.h>
#include <asm/div64.h>
/*#include <mach/clock.h>*/
#include <linux/list.h>
#include <linux/sizes.h>
/*#include <mach/am_regs.h>*/
#include <linux/kthread.h>
#include <linux/kmod.h>
#include <linux/blkdev.h>
#include <linux/blkpg.h>
#include <linux/freezer.h>
#include <linux/spinlock.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/mutex.h>
#ifdef AML_NAND_RB_IRQ
/*#include <mach/irqs.h>*/
#include <linux/interrupt.h>
#endif /*AML_NAND_RB_IRQ*/
#ifdef AML_NAND_DMA_POLLING
#ifdef CONFIG_HIGH_RES_TIMERS
#include <linux/ktime.h>
#include <linux/hrtimer.h>
#endif /* CONFIG_HIGH_RES_TIMERS */
#endif /* AML_NAND_DMA_POLLING */
#endif /* AML_NAND_UBOOT */
#if (AML_NAND_DBG)
#define aml_nand_dbg(fmt, ...) printk( "%s: line:%d " fmt "\n", \
__func__, __LINE__, ##__VA_ARGS__)
#define aml_nand_msg(fmt, ...) printk( "%s: line:%d " fmt "\n", \
__func__, __LINE__, ##__VA_ARGS__)
#else
#define aml_nand_dbg(fmt, ...)
#define aml_nand_msg(fmt, ...) printk( fmt "\n", ##__VA_ARGS__)
#endif
typedef unsigned char uchar;
typedef unsigned short uint16;
typedef unsigned int uint32;
typedef unsigned long uint64;
typedef int sint32;
typedef long sint64;
typedef short sint16;
#endif //__AML_NF_TYPE_H__