We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa4a6d commit 12de1ebCopy full SHA for 12de1eb
drivers/net/ethernet/altera/altera_utils.h
@@ -3,11 +3,12 @@
3
* Copyright (C) 2014 Altera Corporation. All rights reserved
4
*/
5
6
-#include <linux/kernel.h>
7
-
8
#ifndef __ALTERA_UTILS_H__
9
#define __ALTERA_UTILS_H__
10
+#include <linux/compiler.h>
+#include <linux/types.h>
11
+
12
void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask);
13
void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask);
14
int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask);
0 commit comments