Rev 1301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1301 | Rev 1302 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | typedef unsigned long long u64; |
25 | typedef unsigned long long u64; |
26 | #define PCI_U64_FMT "ll" |
26 | #define PCI_U64_FMT "ll" |
27 | #endif |
27 | #endif |
28 | #endif |
28 | #endif |
29 | 29 | ||
30 | #endif /* PCI_HAVE_Uxx_TYPES */ |
30 | #endif /* PCI_HAVE_Uxx_TYPES */ |
31 | 31 | ||
32 | #ifdef PCI_HAVE_64BIT_ADDRESS |
32 | #ifdef PCI_HAVE_64BIT_ADDRESS |
33 | typedef u64 pciaddr_t; |
33 | typedef u64 pciaddr_t; |
34 | #define PCIADDR_T_FMT "%08" PCI_U64_FMT "x" |
34 | #define PCIADDR_T_FMT "%08" PCI_U64_FMT "x" |
35 | #define PCIADDR_PORT_FMT "%04" PCI_U64_FMT "x" |
35 | #define PCIADDR_PORT_FMT "%04" PCI_U64_FMT "x" |