/arch/um/include/asm/arch_hweight.h
C++ Header | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | 7b93f3fd93f08227a372d639d84ff2de MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef _ASM_UM_HWEIGHT_H 2#define _ASM_UM_HWEIGHT_H 3 4#include <asm-generic/bitops/arch_hweight.h> 5 6#endif