mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
270b4100b5
Convert CamelCase style to more Linux appropriate style of coding. Change-Id: I219cfba44cf27441905800cd07afac50666c9832 Acked-by: Vladik Goytin <c_vgoyti@qti.qualcomm.com> Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
47 lines
1.7 KiB
C
47 lines
1.7 KiB
C
/*
|
|
All files except if stated otherwise in the begining of the file
|
|
are under the ISC license:
|
|
----------------------------------------------------------------------
|
|
|
|
Copyright (c) 2010-2012 Design Art Networks Ltd.
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
|
|
|
|
#ifndef _DAN_IPC_IF_HW_REGS_H
|
|
#define _DAN_IPC_IF_HW_REGS_H
|
|
|
|
/*****************************************
|
|
* dan_ipc_0 (Prototype: dan_ipc)
|
|
****************************************/
|
|
|
|
/* define offsets */
|
|
#define DAN_IPC_IF_FIFO_WR_0 0x4
|
|
#define DAN_IPC_IF_FIFO_RD_0 0x8
|
|
#define DAN_IPC_IF_FIFO_WR_1 0xC
|
|
#define DAN_IPC_IF_FIFO_RD_1 0x10
|
|
#define DAN_IPC_IF_FIFO_WR_2 0x14
|
|
#define DAN_IPC_IF_FIFO_RD_2 0x18
|
|
#define DAN_IPC_IF_FIFO_WR_3 0x1C
|
|
#define DAN_IPC_IF_FIFO_RD_3 0x20
|
|
#define DAN_IPC_IF_FIFO_WR_4 0x4
|
|
#define DAN_IPC_IF_FIFO_RD_4 0x8
|
|
#define DAN_IPC_IF_FIFO_WR_5 0xC
|
|
#define DAN_IPC_IF_FIFO_RD_5 0x10
|
|
#define DAN_IPC_IF_FIFO_WR_6 0x14
|
|
#define DAN_IPC_IF_FIFO_RD_6 0x18
|
|
#define DAN_IPC_IF_FIFO_WR_7 0x1C
|
|
#define DAN_IPC_IF_FIFO_RD_7 0x20
|
|
|
|
#endif /* _DAN_IPC_IF_HW_REGS_H */
|