⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 promcommon.h

📁 操作系统SunOS 4.1.3版本的源码
💻 H
字号:
/*	@(#)promcommon.h 1.1 92/07/30 SMI	*//* * Copyright (c) 1990 by Sun Microsystems, Inc. */#ifndef	_boot_lib_promcommon_h#define	_boot_lib_promcommon_h/* * Common header file for prom support library * Used so that the kernel and other stand-alones (eg boot) * don't have to directly reference the prom (of which there * are now several completely different variants). */#include <sys/types.h>#include <mon/sunromvec.h>#include <sun/openprom.h>#include <sun/autoconf.h>/* * Undefine DPRINTF/VPRINTF to remove compiled debug code. * For run time, see prom_init for prom_debug variable definition. * * #define	DPRINTF		if (promlib_debug < 2); else prom_printf * #define	VPRINTF		if (promlib_debug < 1); else prom_printf */#if	defined(DPRINTF) || defined (VPRINTF)extern int	promlib_debug;#endifextern int obp_romvec_version;/* * XXX for chatty stuff in prom_stdinpath/prom_stdoutpath until proposed * changes from romvec pathnames to root node properties for stdin/stdout * pathnames. *//* #define	PROM_DEBUG_STDPATH	1 */#endif	_boot_lib_promcommon_h

⌨️ 快捷键说明

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