/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _TOOLS_LINUX_CACHE_H #define _TOOLS_LINUX_CACHE_H #define L1_CACHE_SHIFT 5 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) #define SMP_CACHE_BYTES L1_CACHE_BYTES #endif eed' href='https://universe.0xinfinity.dev/distro/kernel/atom/include/linux/regulator/da9211.h?h=linux-6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/linux/regulator/da9211.h
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner