/trunk/kernel/arch/ia64/include/types.h |
---|
65,10 → 65,6 |
typedef uint64_t unative_t; |
typedef int64_t native_t; |
typedef volatile uint8_t ioport8_t; |
typedef volatile uint16_t ioport16_t; |
typedef volatile uint32_t ioport32_t; |
typedef struct { |
unative_t fnc; |
unative_t gp; |
/trunk/kernel/arch/ia64/include/asm.h |
---|
36,6 → 36,7 |
#define KERN_ia64_ASM_H_ |
#include <config.h> |
#include <typedefs.h> |
#include <arch/types.h> |
#include <arch/register.h> |