toastvar.h

来自「wm PNE 3.3 source code, running at more 」· C头文件 代码 · 共 77 行

H
77
字号
/* $Header: /usr/cvsroot/target/src/wrn/wm/demo/winagent/toastvar.h,v 1.1.1.1 2001/11/05 17:49:18 tneale Exp $ *//* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved.  Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. *//**************************************************************************** *  Copyright 1988-1997 Epilogue Technology Corporation. *  Copyright 1998 Integrated Systems, Inc. *  All rights reserved. ****************************************************************************//* * $Log: toastvar.h,v $ * Revision 1.1.1.1  2001/11/05 17:49:18  tneale * Tornado shuffle * * Revision 1.6  2001/01/19 22:25:11  paul * Update copyright. * * Revision 1.5  2000/03/17 00:15:52  meister * Update copyright message * * Revision 1.4  1998/02/25 04:58:32  sra * Update copyrights. * * Revision 1.3  1997/03/20 06:53:38  sra * DFARS-safe copyright text.  Zap! * * Revision 1.2  1997/02/25 16:35:23  mrf * Added RCS log and copyright notice * *//* [clearcase]modification history-------------------01a,19apr05,job  update copyright notices*//*---------------------------------------------------------  TOASTVAR.H -- 		Definitions and declarations for implementation of		the toaster MIB.  ---------------------------------------------------------*/#ifndef _TOASTVAR_H_#define _TOASTVAR_H_/* definitions for toaster MIB leaf numbers. */#define LM_toastManf    1#define LM_toastModel   2#define LM_toastControl 3#define LM_toastDone    4#define LM_toastType    5/* extern declarations for toaster MIB variables. */extern char toaster_manf[];extern char toaster_ModelNumber[];extern long toasterstate;extern long toasterdoneness;extern long toasttype;#endif

⌨️ 快捷键说明

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