summaryrefslogtreecommitdiff
path: root/include/linux/ns9xxx-eth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ns9xxx-eth.h')
-rw-r--r--include/linux/ns9xxx-eth.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/linux/ns9xxx-eth.h b/include/linux/ns9xxx-eth.h
new file mode 100644
index 000000000000..c83d8cd98122
--- /dev/null
+++ b/include/linux/ns9xxx-eth.h
@@ -0,0 +1,21 @@
+/*
+ * include/linux/ns9xxx-eth.h
+ *
+ * Copyright (C) 2007 by Digi International Inc.
+ * All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published by
+ * the Free Software Foundation.
+ */
+#ifndef _LINUX_NS9XXX_ETH_H
+#define _LINUX_NS9XXX_ETH_H
+
+struct plat_ns9xxx_eth {
+ unsigned int irqrx;
+ unsigned int irqtx;
+ u32 phy_mask;
+ unsigned int activityled;
+};
+
+#endif /* ifndef _LINUX_NS9XXX_ETH_H */