sn1.h
来自「上传linux-jx2410的源代码」· C头文件 代码 · 共 35 行
H
35 行
/* $Id: sn1.h,v 1.1.1.1 2004/02/04 12:57:43 laputa Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc. * Copyright (C) 2000 by Colin Ngam *//* * sn1.h -- hardware specific defines for sn1 boards * The defines used here are used to limit the size of * various datastructures in the PROM. eg. KLCFGINFO, MPCONF etc. */#ifndef _ASM_SN_SN1_SN1_H#define _ASM_SN_SN1_SN1_Hextern xwidgetnum_t hub_widget_id(nasid_t);extern nasid_t get_nasid(void);extern int get_slice(void);extern int is_fine_dirmode(void);extern hubreg_t get_hub_chiprev(nasid_t nasid);extern hubreg_t get_region(cnodeid_t);extern hubreg_t nasid_to_region(nasid_t);extern int verify_snchip_rev(void);extern void ni_reset_port(void);#ifdef SN1_USE_POISON_BITSextern int hub_bte_poison_ok(void);#endif /* SN1_USE_POISON_BITS */#endif /* _ASM_SN_SN1_SN1_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?