Rev 2479 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 2541 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | * May 8, 2006 - Modified and ported to HelenOS by Jakub Jermar. |
6 | * May 8, 2006 - Modified and ported to HelenOS by Jakub Jermar. |
7 | * |
7 | * |
8 | * Can be freely distributed and used under the terms of the GNU GPL. |
8 | * Can be freely distributed and used under the terms of the GNU GPL. |
9 | */ |
9 | */ |
10 | 10 | ||
11 | #include <types.h> |
11 | #include <sys/types.h> |
12 | 12 | ||
13 | #ifndef PCI_HAVE_Uxx_TYPES |
13 | #ifndef PCI_HAVE_Uxx_TYPES |
14 | 14 | ||
15 | typedef uint8_t u8; |
15 | typedef uint8_t u8; |
16 | typedef uint16_t u16; |
16 | typedef uint16_t u16; |