14 lines
287 B
C
14 lines
287 B
C
|
/*
|
||
|
* irq.h
|
||
|
*
|
||
|
* Copyright (C) 2002 Intel Corporation.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#define fixup_irq(irq) (irq)
|
||
|
|