|
LibXenon
Bare-metal Xbox 360 homebrew library
|


Go to the source code of this file.
Data Structures | |
| struct | timer_list |
Macros | |
| #define | __iomem |
| #define | __u32 u32 |
| #define | __le32 u32 |
| #define | dma_addr_t u32 |
| #define | __GNUG__ |
| #define | jiffies 0 |
| #define | likely(x) __builtin_expect(!!(x), 1) |
| #define | unlikely(x) __builtin_expect(!!(x), 0) |
| #define | container_of(ptr, type, member) |
| #define | offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) |
Typedefs | |
| typedef unsigned int | spinlock_t |
Enumerations | |
| enum | gfp_t { GFP_KERNEL =1 } |
| #define __GNUG__ |
Definition at line 13 of file ehci_types.h.
| #define __iomem |
Definition at line 4 of file ehci_types.h.
| #define __le32 u32 |
Definition at line 11 of file ehci_types.h.
| #define __u32 u32 |
Definition at line 10 of file ehci_types.h.
Definition at line 27 of file ehci_types.h.
| #define dma_addr_t u32 |
Definition at line 12 of file ehci_types.h.
| #define jiffies 0 |
Definition at line 24 of file ehci_types.h.
| #define likely | ( | x | ) | __builtin_expect(!!(x), 1) |
Definition at line 25 of file ehci_types.h.
| #define offsetof | ( | TYPE, | |
| MEMBER | |||
| ) | ((size_t) &((TYPE *)0)->MEMBER) |
Definition at line 35 of file ehci_types.h.
| #define unlikely | ( | x | ) | __builtin_expect(!!(x), 0) |
Definition at line 26 of file ehci_types.h.
| typedef unsigned int spinlock_t |
Definition at line 14 of file ehci_types.h.
| enum gfp_t |
| Enumerator | |
|---|---|
| GFP_KERNEL | |
Definition at line 15 of file ehci_types.h.