Revision 841c35169323cd833294798e58b9bf63fa4fa1de authored by Linus Torvalds on 11 February 2024, 20:18:13 UTC, committed by Linus Torvalds on 11 February 2024, 20:18:13 UTC
1 parent 2766f59
Raw File
changebit.S
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 *  linux/arch/arm/lib/changebit.S
 *
 *  Copyright (C) 1995-1996 Russell King
 */
#include <linux/linkage.h>
#include <asm/assembler.h>
#include "bitops.h"
                .text

bitop	_change_bit, eor
back to top