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;
/shark/trunk/oslib/ll/sys/ll/ll-func.h
52,5 → 52,5
/* occurs and we do not know what context is active */
void ll_abort(int code);
 
BEGIN_DEF
END_DEF
#endif /* __LL_SYS_LL_LL_MEM_H_ */
/shark/trunk/oslib/ll/sys/ll/event.h
25,10 → 25,11
#define __LL_SYS_LL_EVENT_H__
 
#include <ll/i386/defs.h>
#include <ll/sys/ll/time.h>
#include <ll/sys/ll/ll-data.h>
 
BEGIN_DEF
 
#include <ll/sys/ll/time.h>
#include <ll/sys/ll/ll-data.h>
#define MAX_EVENT 100
 
struct event {