fpga.h

来自「linux-2.4.29操作系统的源码」· C头文件 代码 · 共 16 行

H
16
字号
/*  * Copyright (C) 2000 David J. Mckay (david.mckay@st.com) * * May be copied or modified under the terms of the GNU General Public * License.  See linux/COPYING for more information.                             * */#ifndef __FPGA_OD_H__#define __FPGA_OD_H__/* This routine will program up the fpga which interfaces to the galileo */int init_overdrive_fpga(void);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?