board.h

来自「一个开放源码」· C头文件 代码 · 共 22 行

H
22
字号
/* $Id: board.h,v 1.3 2000/11/15 17:44:54 apc Exp $ *//* Copyright 2000  AG Electronics Ltd. *//* This code is distributed without warranty under the GPL v2 (see COPYING) */#ifndef _BOARD_H#define _BOARD_H#include <ppc.h>#define HAVE_PCI_ROM#define PCI_ROM_BUS 0#define PCI_ROM_DEVICE 16#define PCI_ROM_FUNCTION 0#define PCI_ROM_REGION 3int running_from_pci_rom(void);#define RUNNING_FROM_PCI_ROM (running_from_pci_rom())#define PKTBUFSRX 4#define PKTALIGN	32#endif

⌨️ 快捷键说明

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