Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1621

/shark/branches/xen/modules/hartport/hartport/hartport.h
77,7 → 77,7
#include <sem/sem/sem.h>
#include <ll/ll.h>
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/modules/hartport/hartport.c
60,8 → 60,8
#include <hartport/hartport/hartport.h>
#include <kernel/config.h>
#include <ll/ll.h>
#include <ll/string.h>
#include <ll/stdio.h>
#include <arch/string.h>
#include <arch/stdio.h>
#include <kernel/model.h>
#include <kernel/const.h>
#include <sys/types.h>