xref: /linux/arch/arm/mach-bcm/kona_l2_cache.h (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
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