blob: 0d425c20f9bbc9bf648987a820595ebc573a28bd [file] [log] [blame]
Wolfgang Denk7b64fef2006-10-24 14:21:16 +02001/*
2 * Copyright (C) 2006 Atmel Corporation
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Wolfgang Denk7b64fef2006-10-24 14:21:16 +02005 */
6#ifndef __ASM_AVR32_BITOPS_H
7#define __ASM_AVR32_BITOPS_H
8
Fabio Estevam61a17772015-11-05 12:43:37 -02009#include <asm-generic/bitops/fls.h>
10#include <asm-generic/bitops/__fls.h>
11#include <asm-generic/bitops/fls64.h>
12#include <asm-generic/bitops/__ffs.h>
13
Wolfgang Denk7b64fef2006-10-24 14:21:16 +020014#endif /* __ASM_AVR32_BITOPS_H */