aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/um/asm/arch_hweight.h
blob: 0d2d5fbb3a39331f1e05df6869775da6aaedf880 (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_UM_HWEIGHT_H
#define _ASM_UM_HWEIGHT_H

#include <asm-generic/bitops/arch_hweight.h>

#endif