blob: ed726360b9f667f496de8e2c9da5623b308e465f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* 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)
{
}
|