Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/fs/irq.h
38,16 → 38,19
*/
 
/*
* CVS : $Id: irq.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
* CVS : $Id: irq.h,v 1.2 2003-03-13 13:37:58 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:51 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-03-13 13:37:58 $
*/
 
#ifndef __HARTIK_IRQ_H
#define __HARTIK_IRQ_H
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
//#include <h/sys/kern.h>
 
//int __request_irq(int irq);
56,5 → 59,6
#define __request_irq(x) (-1)
#define __release_irq(x)
 
__END_DECLS
#endif