mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
16 lines
356 B
C
16 lines
356 B
C
![]() |
/*
|
||
|
* ARC FPGA Platform IRQ hookups
|
||
|
*
|
||
|
* Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
|
||
|
*
|
||
|
* 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.
|
||
|
*/
|
||
|
|
||
|
#include <linux/interrupt.h>
|
||
|
|
||
|
void __init plat_init_IRQ(void)
|
||
|
{
|
||
|
}
|