1# 2# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# CDDL HEADER START 6# 7# The contents of this file are subject to the terms of the 8# Common Development and Distribution License, Version 1.0 only 9# (the "License"). You may not use this file except in compliance 10# with the License. 11# 12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 13# or http://www.opensolaris.org/os/licensing. 14# See the License for the specific language governing permissions 15# and limitations under the License. 16# 17# When distributing Covered Code, include this CDDL HEADER in each 18# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 19# If applicable, add the following below this CDDL HEADER, with the 20# fields enclosed by brackets "[]" replaced with your own identifying 21# information: Portions Copyright [yyyy] [name of copyright owner] 22# 23# CDDL HEADER END 24# 25#ident "%Z%%M% %I% %E% SMI" 26 27{ 28 topo_node_range_create = FUNCTION extern; 29 topo_node_range_destroy = FUNCTION extern; 30 topo_node_bind = FUNCTION extern; 31 topo_node_unbind = FUNCTION extern; 32 topo_node_name = FUNCTION extern; 33 topo_node_private = FUNCTION extern; 34 topo_node_instance = FUNCTION extern; 35 36 topo_mod_alloc = FUNCTION extern; 37 topo_mod_zalloc = FUNCTION extern; 38 topo_mod_free = FUNCTION extern; 39 topo_mod_nvalloc = FUNCTION extern; 40 topo_mod_nvdup = FUNCTION extern; 41 topo_mod_strfree = FUNCTION extern; 42 topo_mod_strdup = FUNCTION extern; 43 44 topo_fmri_create = FUNCTION extern; 45 46 topo_mod_clrdebug = FUNCTION extern; 47 topo_mod_setdebug = FUNCTION extern; 48 topo_mod_dprintf = FUNCTION extern; 49 topo_mod_errmsg = FUNCTION extern; 50 topo_mod_errno = FUNCTION extern; 51 52 topo_mod_load = FUNCTION extern; 53 topo_mod_unload = FUNCTION extern; 54 topo_mod_register = FUNCTION extern; 55 topo_mod_unregister = FUNCTION extern; 56 topo_mod_enumerate = FUNCTION extern; 57 topo_mod_release = FUNCTION extern; 58 topo_mod_rootdir = FUNCTION extern; 59 topo_mod_handle = FUNCTION extern; 60 topo_mod_private = FUNCTION extern; 61 62 topo_method_register = FUNCTION extern; 63 topo_method_unregister = FUNCTION extern; 64 topo_method_unregister_all = FUNCTION extern; 65 topo_method_invoke = FUNCTION extern; 66 67}; 68