summaryrefslogtreecommitdiff
path: root/include/dm9000.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm9000.h')
-rw-r--r--include/dm9000.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/dm9000.h b/include/dm9000.h
deleted file mode 100644
index f780e513f6..0000000000
--- a/include/dm9000.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * NOTE: DAVICOM DM9000 ethernet driver interface
- *
- * Authors: Remy Bohmer <linux@bohmer.net>
- */
-#ifndef __DM9000_H__
-#define __DM9000_H__
-
-/****************** function prototypes **********************/
-#if !defined(CONFIG_DM9000_NO_SROM)
-void dm9000_write_srom_word(int offset, u16 val);
-void dm9000_read_srom_word(int offset, u8 *to);
-#endif
-
-#endif /* __DM9000_H__ */