Rev 3770 | Rev 3817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3770 | Rev 3783 | ||
---|---|---|---|
Line 115... | Line 115... | ||
115 | ta (sw_trap_number); |
115 | ta (sw_trap_number); |
116 | 116 | ||
117 | 117 | ||
118 | #ifndef __ASM__ |
118 | #ifndef __ASM__ |
119 | 119 | ||
- | 120 | #include <typedefs.h> |
|
- | 121 | #include <arch/types.h> |
|
- | 122 | ||
120 | /* |
123 | /* |
121 | * Macros to be used from the C-language code; __hypercall_fastN performs |
124 | * Macros to be used from the C-language code; __hypercall_fastN performs |
122 | * a fast hypervisor API call taking exactly N arguments. |
125 | * a fast hypervisor API call taking exactly N arguments. |
123 | */ |
126 | */ |
124 | 127 |