source: trunk/packages/xen-common/xen-common/xen/include/asm-x86/asm_defns.h @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 301 bytes
Line 
1
2#ifndef __X86_ASM_DEFNS_H__
3#define __X86_ASM_DEFNS_H__
4
5/* NB. Auto-generated from arch/.../asm-offsets.c */
6#include <asm/asm-offsets.h>
7#include <asm/processor.h>
8
9#ifdef __x86_64__
10#include <asm/x86_64/asm_defns.h>
11#else
12#include <asm/x86_32/asm_defns.h>
13#endif
14
15#endif /* __X86_ASM_DEFNS_H__ */
Note: See TracBrowser for help on using the repository browser.