1 |
|
/* |
2 |
|
* ether_defs.h - Definitions for DLPI Ethernet Driver |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2004 Marc Hellwig and Christian Bauer |
4 |
> |
* SheepShaver (C) 1997-2005 Marc Hellwig and Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
22 |
|
#define ETHER_DEFS_H |
23 |
|
|
24 |
|
|
25 |
< |
#if __BEOS__ && __POWERPC__ |
25 |
> |
#if __MWERKS__ && __POWERPC__ |
26 |
|
#define PRAGMA_ALIGN_SUPPORTED 1 |
27 |
|
#define PACKED__ |
28 |
|
#else |
209 |
|
typedef uint8 nw_uint8; |
210 |
|
typedef uint16 nw_uint16; |
211 |
|
typedef uint32 nw_uint32; |
212 |
< |
typedef bool nw_bool; |
212 |
> |
typedef int nw_bool; |
213 |
|
typedef uint8 * nw_uint8_p; |
214 |
|
typedef void * nw_void_p; |
215 |
|
typedef datab * nw_datab_p; |