xref: /illumos-gate/usr/src/lib/librsm/common/mapfile-vers (revision 581cede61ac9c14d8d4ea452562a567189eead78)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# MAPFILE HEADER START
28#
29# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30# Object versioning must comply with the rules detailed in
31#
32#	usr/src/lib/README.mapfiles
33#
34# You should not be making modifications here until you've read the most current
35# copy of that file. If you need help, contact a gatekeeper for guidance.
36#
37# MAPFILE HEADER END
38#
39
40SUNWprivate_1.1 {
41    global:
42	rsm_create_localmemory_handle;
43	rsm_free_interconnect_topology;
44	rsm_free_localmemory_handle;
45	rsm_get_controller;
46	rsm_get_controller_attr;
47	rsm_get_interconnect_topology;
48	rsm_get_segmentid_range;
49	rsm_intr_signal_post;
50	rsm_intr_signal_wait;
51	rsm_intr_signal_wait_pollfd;
52	rsm_memseg_export_create;
53	rsm_memseg_export_destroy;
54	rsm_memseg_export_publish;
55	rsm_memseg_export_rebind;
56	rsm_memseg_export_republish;
57	rsm_memseg_export_unpublish;
58	rsm_memseg_get_pollfd;
59	rsm_memseg_import_close_barrier;
60	rsm_memseg_import_connect;
61	rsm_memseg_import_destroy_barrier;
62	rsm_memseg_import_disconnect;
63	rsm_memseg_import_get;
64	rsm_memseg_import_get16;
65	rsm_memseg_import_get32;
66	rsm_memseg_import_get64;
67	rsm_memseg_import_get8;
68	rsm_memseg_import_get_mode;
69	rsm_memseg_import_getv;
70	rsm_memseg_import_init_barrier;
71	rsm_memseg_import_map;
72	rsm_memseg_import_open_barrier;
73	rsm_memseg_import_order_barrier;
74	rsm_memseg_import_put;
75	rsm_memseg_import_put16;
76	rsm_memseg_import_put32;
77	rsm_memseg_import_put64;
78	rsm_memseg_import_put8;
79	rsm_memseg_import_putv;
80	rsm_memseg_import_set_mode;
81	rsm_memseg_import_unmap;
82	rsm_memseg_release_pollfd;
83	rsm_release_controller;
84    local:
85	*;
86};
87