📄 board.h
字号:
/* $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -