Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 592912
Collapse All | Expand All

(-)src/ethtool-local.h (-4 / +6 lines)
Lines 21-30 Link Here
21
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
22
 */
22
 */
23
23
24
typedef unsigned long long u64;
24
#include <stdint.h>
25
typedef __uint32_t u32;        
25
26
typedef __uint16_t u16;        
26
typedef uint64_t u64;
27
typedef __uint8_t u8;          
27
typedef uint32_t u32;
28
typedef uint16_t u16;
29
typedef uint8_t u8;
28
30
29
#include "ethtool-kernel.h"
31
#include "ethtool-kernel.h"
30
32

Return to bug 592912