3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-19 05:35:53 +00:00
Brooklyn/arch/arm/mach-bcm/kona_l2_cache.h

9 lines
218 B
C
Raw Normal View History

2022-09-13 23:14:27 +05:00
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (C) 2012-2014 Broadcom Corporation */
2022-04-02 18:06:56 +05:00
#ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE
void kona_l2_cache_init(void);
#else
#define kona_l2_cache_init() ((void)0)
#endif