blob: 6e6c9adea049f71f4a89c760b21f0b04e5d01e19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000, 07 MIPS Technologies, Inc.
*/
#ifndef __LINUX_IRQCHIP_MIPS_GIC_H
#define __LINUX_IRQCHIP_MIPS_GIC_H
#include <linux/clocksource.h>
#include <linux/ioport.h>
#endif /* __LINUX_IRQCHIP_MIPS_GIC_H */
|