xref: /linux/arch/arm/mach-bcm/kona_l2_cache.h (revision 8a405552fd3b1eefe186e724343e88790f6be832)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (C) 2012-2014 Broadcom Corporation */
3 
4 #ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE
5 void	kona_l2_cache_init(void);
6 #else
7 #define kona_l2_cache_init() ((void)0)
8 #endif
9