Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1 | #ifndef __ASM_ARCH_MSM_MSM_KRAIT_L2_ACCESSORS_H |
| 2 | #define __ASM_ARCH_MSM_MSM_KRAIT_L2_ACCESSORS_H |
| 3 | |
| 4 | /* |
| 5 | * Copyright (c) 2011, Code Aurora Forum. All rights reserved. |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 and |
| 9 | * only version 2 as published by the Free Software Foundation. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | */ |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 16 | extern void set_l2_indirect_reg(u32 reg_addr, u32 val); |
| 17 | extern u32 get_l2_indirect_reg(u32 reg_addr); |
| 18 | extern u32 set_get_l2_indirect_reg(u32 reg_addr, u32 val); |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 19 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 20 | #endif |