Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1621

/shark/branches/xen/modules/cabs/cabs/cabs.h
66,7 → 66,7
#define __CAB_H__
 
#include <ll/sys/types.h>
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/modules/cabs/cabs.c
59,7 → 59,7
 
#include <kernel/config.h>
#include <ll/ll.h>
#include <ll/string.h>
#include <arch/string.h>
#include <kernel/model.h>
#include <kernel/const.h>
#include <sys/types.h>