Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 299 → Rev 300

/SPARTAN/trunk/arch/ia32/include/pm.h
29,10 → 29,6
#ifndef __PM_H__
#define __PM_H__
 
#include <arch/types.h>
#include <typedefs.h>
#include <arch/context.h>
 
#define IDT_ITEMS 64
#define GDT_ITEMS 6
 
60,6 → 56,12
 
#define IO_MAP_BASE (104)
 
#ifndef __ASM__
 
#include <arch/types.h>
#include <typedefs.h>
#include <arch/context.h>
 
struct ptr_16_32 {
__u16 limit;
__u32 base;
145,4 → 147,6
 
extern void tss_initialize(struct tss *t);
 
#endif /* __ASM__ */
 
#endif