Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.14 9 lines 231 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef __ASMARM_KRAIT_L2_ACCESSORS_H 4#define __ASMARM_KRAIT_L2_ACCESSORS_H 5 6extern void krait_set_l2_indirect_reg(u32 addr, u32 val); 7extern u32 krait_get_l2_indirect_reg(u32 addr); 8 9#endif