Release 4.14 arch/score/include/asm/bitops.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SCORE_BITOPS_H
#define _ASM_SCORE_BITOPS_H
#include <asm/byteorder.h> /* swab32 */
#include <asm/barrier.h>
#include <asm-generic/bitops.h>
#include <asm-generic/bitops/__fls.h>
#endif /* _ASM_SCORE_BITOPS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chen Liqin | 19 | 82.61% | 1 | 33.33% |
Peter Zijlstra | 3 | 13.04% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.35% | 1 | 33.33% |
Total | 23 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.