Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/drivers/block/sstf/sstf.h
42,7 → 42,7
 
#include "phdsk.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/fcfs/fcfs.h
42,7 → 42,7
 
#include "phdsk.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/glue.h
37,7 → 37,7
*/
#include <kernel/int_sem.h>
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
136,7 → 136,7
 
/* timer functions */
 
#include <ll/time.h>
#include <arch/time.h>
 
/* all in usec */
 
/shark/branches/xen/drivers/block/ide.h
57,7 → 57,7
#include "glue.h"
#include "bdev.h"
#include "bqueue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/edf/edf.h
42,7 → 42,7
 
#include "phdsk.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/idereq.h
22,7 → 22,7
 
#include "bqueue.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/phdsk.h
49,7 → 49,7
#define __PHDSK_H__
 
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/lodsk.h
50,7 → 50,7
#define __LODSK_H__
 
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/ideglue.h
18,7 → 18,7
 
#ifndef __IDEGLUE_H
#define __IDEGLUE_H
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/look/look.h
42,7 → 42,7
 
#include "phdsk.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/pscan/pscan.h
42,7 → 42,7
 
#include "phdsk.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/bdev.h
52,7 → 52,7
#include "glue.h"
#include <fs/bdevinit.h>
#include <fs/bdev.h>
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/clook/clook.h
43,7 → 43,7
 
#include "phdsk.h"
#include "glue.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/debug.h
16,7 → 16,7
*
*/
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/block/bqueue.h
74,7 → 74,7
#include "pscan/pscan.h"
#endif
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS