252N/A/*
252N/A * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
252N/A *
252N/A * U.S. Government Rights - Commercial software. Government users are subject
252N/A * to the Sun Microsystems, Inc. standard license agreement and applicable
252N/A * provisions of the FAR and its supplements.
252N/A *
252N/A *
252N/A * This distribution may include materials developed by third parties. Sun,
252N/A * Sun Microsystems, the Sun logo and Solaris are trademarks or registered
252N/A * trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
252N/A *
252N/A */
252N/A
252N/A
252N/A#ifndef MYTABLE_H
252N/A#define MYTABLE_H
252N/A
252N/Avoid FillentPhysicalEntry(entPhysicalEntry_t *phyStatic,
252N/A char *entPhysicalDescr,
252N/A oid *entPhysicalVendorType,
252N/A int entPhysicalVendorTypeSize,
252N/A int entPhysicalContainedIn,
252N/A int entPhysicalClass,
252N/A int entPhysicalParentRelPos,
252N/A char *entPhysicalName,
252N/A char *entPhysicalHardwareRev,
252N/A char *entPhysicalFirmwareRev,
252N/A char *entPhysicalSoftwareRev,
252N/A char *entPhysicalSerialNum,
252N/A char *entPhysicalMfgName,
252N/A char *entPhysicalModelName,
252N/A char *entPhysicalAlias,
252N/A char *entPhysicalAssetID,
252N/A int entPhysicalIsFRU);
252N/A
252N/Avoid FillentLogicalEntry(entLogicalEntry_t *xLogicalStatic,
252N/A char *entLogicalDescr,
252N/A oid *entLogicalType,
252N/A int entLogicalTypeSize,
252N/A char *entLogicalCommunity,
252N/A char *entLogicalTAddress,
252N/A oid *entLogicalTDomain,
252N/A int entLogicalTDomainSize,
252N/A char *entLogicalContextEngineId,
252N/A char *entLogicalContextName);
252N/A
252N/Avoid printTableIndex();
252N/A
252N/A#endif