1/* Portions Copyright 2001 Sun Microsystems (thockin@sun.com) */
2/* Portions Copyright 2002 Intel (scott.feldman@intel.com) */
3#ifndef ETHTOOL_UTIL_H__
4#define ETHTOOL_UTIL_H__
5
6#include <sys/types.h>
7typedef unsigned long long u64;         /* hack, so we may include kernel's ethtool.h */
8typedef __uint32_t u32;         /* ditto */
9typedef __uint16_t u16;         /* ditto */
10typedef __uint8_t u8;           /* ditto */
11#include "ethtool-copy.h"
12#endif
13