diff options
Diffstat (limited to 'drivers/scsi/pm8001/pm8001_ctl.h')
| -rw-r--r-- | drivers/scsi/pm8001/pm8001_ctl.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/drivers/scsi/pm8001/pm8001_ctl.h b/drivers/scsi/pm8001/pm8001_ctl.h index d0d43a250b9e..4743f0de223e 100644 --- a/drivers/scsi/pm8001/pm8001_ctl.h +++ b/drivers/scsi/pm8001/pm8001_ctl.h @@ -59,5 +59,10 @@  #define SYSFS_OFFSET                    1024  #define PM80XX_IB_OB_QUEUE_SIZE         (32 * 1024)  #define PM8001_IB_OB_QUEUE_SIZE         (16 * 1024) + +static inline u32 pm8001_ctl_aap1_memmap(u8 *ptr, int idx, int off) +{ +	return *(u32 *)(ptr + idx * 32 + off); +}  #endif /* PM8001_CTL_H_INCLUDED */ | 
