summaryrefslogtreecommitdiffstats
path: root/isys/net.h
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-02-10 15:18:39 +0000
committerChris Lumens <clumens@redhat.com>2006-02-10 15:18:39 +0000
commit3775229eba998c4dfad07415f376b5e9b8f463ca (patch)
treeb2b7c2f7a249642782584af4d780357a8cde9e2b /isys/net.h
parentf91c501480d9e8ec8035e54b3bf5d01805c5213c (diff)
downloadanaconda-3775229eba998c4dfad07415f376b5e9b8f463ca.tar.gz
anaconda-3775229eba998c4dfad07415f376b5e9b8f463ca.tar.xz
anaconda-3775229eba998c4dfad07415f376b5e9b8f463ca.zip
Correct other references to ethtool-copy.h.
Diffstat (limited to 'isys/net.h')
-rw-r--r--isys/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/net.h b/isys/net.h
index d0a03a659..96029825f 100644
--- a/isys/net.h
+++ b/isys/net.h
@@ -1,6 +1,8 @@
#ifndef ISYSNET_H
#define ISYSNET_H
+#include <linux/ethtool.h>
+
/* type definitions so that the kernel-ish includes can be shared */
#ifndef uint8_t
# define uint8_t unsigned char
@@ -19,8 +21,6 @@ typedef uint32_t u32;
typedef uint16_t u16;
typedef uint8_t u8;
-#include "ethtool-copy.h"
-
/* returns 1 for link, 0 for no link, -1 for unknown */
int get_link_status(char *ifname);