]> Git Repo - linux.git/blob - arch/arm/include/asm/krait-l2-accessors.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / arm / include / asm / krait-l2-accessors.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __ASMARM_KRAIT_L2_ACCESSORS_H
4 #define __ASMARM_KRAIT_L2_ACCESSORS_H
5
6 extern void krait_set_l2_indirect_reg(u32 addr, u32 val);
7 extern u32 krait_get_l2_indirect_reg(u32 addr);
8
9 #endif
This page took 0.034124 seconds and 4 git commands to generate.