fpga.h
来自「优龙2410linux2.6.8内核源代码」· C头文件 代码 · 共 27 行
H
27 行
/* * linux/include/asm-arm/arch-omap/fpga.h * * Interrupt handler for OMAP-1510 FPGA * * Copyright (C) 2001 RidgeRun, Inc. * Author: Greg Lonnon <glonnon@ridgerun.com> * * Copyright (C) 2002 MontaVista Software, Inc. * * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6 * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.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. */#ifndef __ASM_ARCH_OMAP_FPGA_H#define __ASM_ARCH_OMAP_FPGA_Hextern void fpga_init_irq(void);extern unsigned char fpga_read(int reg);extern void fpga_write(unsigned char val, int reg);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?