Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 42 → Rev 83

/shark/trunk/oslib/ll/sys/ll/aspace.h
25,7 → 25,6
#define __LL_SYS_LL_ASPACE_H__
 
#include <ll/i386/defs.h>
BEGIN_DEF
 
/* I dont't know if we really need all these things... */
#include <ll/i386/hw-data.h>
33,6 → 32,8
#include <ll/i386/hw-func.h>
#include <ll/i386/tss-ctx.h>
 
BEGIN_DEF
 
struct as {
DWORD base;
DWORD limit;