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 (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24#ident	"%Z%%M%	%I%	%E% SMI"
25
26{
27	topo_node_range_create = FUNCTION extern;
28	topo_node_range_destroy = FUNCTION extern;
29	topo_node_bind = FUNCTION extern;
30	topo_node_unbind = FUNCTION extern;
31	topo_node_name = FUNCTION extern;
32	topo_node_setspecific = FUNCTION extern;
33	topo_node_getspecific = 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_mod_clrdebug = FUNCTION extern;
45	topo_mod_setdebug = FUNCTION extern;
46	topo_mod_dprintf = FUNCTION extern;
47	topo_mod_errmsg = FUNCTION extern;
48	topo_mod_errno = FUNCTION extern;
49
50	topo_mod_load = FUNCTION extern;
51	topo_mod_unload = FUNCTION extern;
52	topo_mod_register = FUNCTION extern;
53	topo_mod_unregister = FUNCTION extern;
54	topo_mod_enumerate = FUNCTION extern;
55	topo_mod_enummap = FUNCTION extern;
56	topo_mod_release = FUNCTION extern;
57	topo_mod_getspecific = FUNCTION extern;
58	topo_mod_setspecific = FUNCTION extern;
59	topo_mod_hcfmri = FUNCTION extern;
60	topo_mod_devfmri = FUNCTION extern;
61	topo_mod_cpufmri = FUNCTION extern;
62	topo_mod_pkgfmri = FUNCTION extern;
63	topo_mod_modfmri = FUNCTION extern;
64	topo_mod_nvl2str = FUNCTION extern;
65	topo_mod_str2nvl = FUNCTION extern;
66	topo_mod_auth = FUNCTION extern;
67
68	topo_method_register = FUNCTION extern;
69	topo_method_unregister = FUNCTION extern;
70	topo_method_unregister_all = FUNCTION extern;
71	topo_method_invoke = FUNCTION extern;
72
73};
74