252N/A/*
252N/A * Copyright (c) 2003, 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#include <net-snmp/net-snmp-config.h>
252N/A#include <net-snmp/net-snmp-includes.h>
252N/A#include <net-snmp/agent/net-snmp-agent-includes.h>
252N/A#include "stdhdr.h"
252N/A#include "entPhysicalTable.h"
252N/A#include "entLogicalTable.h"
252N/A#include "entLPMappingTable.h"
252N/A#include "entAliasMappingTable.h"
252N/A#include "entPhysicalContainsTable.h"
252N/A#include "entLastChangeTime.h"
252N/A
252N/A
252N/Avoid
252N/Ainit_entity(void)
252N/A{
252N/A init_entPhysicalTable();
252N/A init_entLogicalTable();
252N/A init_entLPMappingTable();
252N/A init_entAliasMappingTable();
252N/A init_entPhysicalContainsTable();
252N/A init_entLastChangeTime();
252N/A}