1 /* SPDX-License-Identifier: GPL-2.0 */
3 * bitext.h: Bit string operations on the sparc, specific to architecture.
8 #ifndef _SPARC_BITEXT_H
9 #define _SPARC_BITEXT_H
11 #include <linux/spinlock.h>
24 int bit_map_string_get(struct bit_map *t, int len, int align);
25 void bit_map_clear(struct bit_map *t, int offset, int len);
26 void bit_map_init(struct bit_map *t, unsigned long *map, int size);
28 #endif /* defined(_SPARC_BITEXT_H) */