Revision b84a5c6f

b/hw/eepro100.c
38 38
#endif
39 39

  
40 40
#include <stddef.h>             /* offsetof */
41
#include <stdbool.h>
41 42
#include "hw.h"
42 43
#include "pci.h"
43 44
#include "net.h"
......
109 110
#define INT_MASK        0x0100
110 111
#define DRVR_INT        0x0200  /* Driver generated interrupt. */
111 112

  
112
typedef unsigned char bool;
113

  
114 113
/* Offsets to the various registers.
115 114
   All accesses need not be longword aligned. */
116 115
enum speedo_offsets {

Also available in: Unified diff