Rev | Line | |
---|
[34] | 1 | #ifndef __IA64_ELF_H__ |
---|
| 2 | #define __IA64_ELF_H__ |
---|
| 3 | |
---|
| 4 | #include <xen/lib.h> /* for printk() used in stub */ |
---|
| 5 | |
---|
| 6 | typedef struct { |
---|
| 7 | unsigned long dummy; |
---|
| 8 | } ELF_Gregset; |
---|
| 9 | |
---|
| 10 | typedef struct { |
---|
| 11 | unsigned long dummy; |
---|
| 12 | } crash_xen_core_t; |
---|
| 13 | |
---|
| 14 | static inline void elf_core_save_regs(ELF_Gregset *core_regs, |
---|
| 15 | crash_xen_core_t *xen_core_regs) |
---|
| 16 | { |
---|
| 17 | printk("STUB: " __FILE__ ": %s: not implemented\n", __FUNCTION__); |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | #endif /* __IA64_ELF_H__ */ |
---|
| 21 | |
---|
| 22 | /* |
---|
| 23 | * Local variables: |
---|
| 24 | * mode: C |
---|
| 25 | * c-set-style: "BSD" |
---|
| 26 | * c-basic-offset: 4 |
---|
| 27 | * tab-width: 4 |
---|
| 28 | * indent-tabs-mode: nil |
---|
| 29 | * End: |
---|
| 30 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.