mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 03:25:07 +07:00
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)
|
||
|
|