Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1621

/shark/branches/xen/drivers/oldsnd/blaster.h
16,7 → 16,7
*
*/
#include "semaphore.h"
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/oldsnd/sbio.h
16,7 → 16,7
*
*/
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS
 
/shark/branches/xen/drivers/oldsnd/include/drivers/dma.h
51,7 → 51,7
#ifndef __DRIVERS_DMA_H__
#define __DRIVERS_DMA_H__
 
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
__BEGIN_DECLS