ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-omap / fpga.h
1 /*
2  * linux/include/asm-arm/arch-omap/fpga.h
3  *
4  * Interrupt handler for OMAP-1510 FPGA
5  *
6  * Copyright (C) 2001 RidgeRun, Inc.
7  * Author: Greg Lonnon <glonnon@ridgerun.com>
8  *
9  * Copyright (C) 2002 MontaVista Software, Inc.
10  *
11  * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6
12  * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.com>
13  *
14  * This program is free software; you can redistribute it and/or modify
15  * it under the terms of the GNU General Public License version 2 as
16  * published by the Free Software Foundation.
17  */
18
19 #ifndef __ASM_ARCH_OMAP_FPGA_H
20 #define __ASM_ARCH_OMAP_FPGA_H
21
22 extern void fpga_init_irq(void);
23 extern unsigned char fpga_read(int reg);
24 extern void fpga_write(unsigned char val, int reg);
25
26 #endif