xref: /illumos-gate/usr/src/uts/intel/io/viona/viona.mapfile (revision 7c8c0b8227679b4684566e408ccc96d6ef7175e9)
1*7c8c0b82SPatrick Mooney#
2*7c8c0b82SPatrick Mooney# This file and its contents are supplied under the terms of the
3*7c8c0b82SPatrick Mooney# Common Development and Distribution License ("CDDL"), version 1.0.
4*7c8c0b82SPatrick Mooney# You may only use this file in accordance with the terms of version
5*7c8c0b82SPatrick Mooney# 1.0 of the CDDL.
6*7c8c0b82SPatrick Mooney#
7*7c8c0b82SPatrick Mooney# A full copy of the text of the CDDL should have accompanied this
8*7c8c0b82SPatrick Mooney# source.  A copy of the CDDL is also available via the Internet at
9*7c8c0b82SPatrick Mooney# http://www.illumos.org/license/CDDL.
10*7c8c0b82SPatrick Mooney#
11*7c8c0b82SPatrick Mooney
12*7c8c0b82SPatrick Mooney#
13*7c8c0b82SPatrick Mooney# Copyright 2019 Joyent, Inc.
14*7c8c0b82SPatrick Mooney#
15*7c8c0b82SPatrick Mooney
16*7c8c0b82SPatrick Mooney#
17*7c8c0b82SPatrick Mooney# MAPFILE HEADER START
18*7c8c0b82SPatrick Mooney#
19*7c8c0b82SPatrick Mooney# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
20*7c8c0b82SPatrick Mooney# Object versioning must comply with the rules detailed in
21*7c8c0b82SPatrick Mooney#
22*7c8c0b82SPatrick Mooney#	usr/src/lib/README.mapfiles
23*7c8c0b82SPatrick Mooney#
24*7c8c0b82SPatrick Mooney# You should not be making modifications here until you've read the most current
25*7c8c0b82SPatrick Mooney# copy of that file. If you need help, contact a gatekeeper for guidance.
26*7c8c0b82SPatrick Mooney#
27*7c8c0b82SPatrick Mooney# MAPFILE HEADER END
28*7c8c0b82SPatrick Mooney#
29*7c8c0b82SPatrick Mooney
30*7c8c0b82SPatrick Mooney$mapfile_version 2
31*7c8c0b82SPatrick Mooney
32*7c8c0b82SPatrick MooneySYMBOL_VERSION ILLUMOSprivate {
33*7c8c0b82SPatrick Mooney    global:
34*7c8c0b82SPatrick Mooney	# DDI Interfaces
35*7c8c0b82SPatrick Mooney	_fini;
36*7c8c0b82SPatrick Mooney	_init;
37*7c8c0b82SPatrick Mooney	_info;
38*7c8c0b82SPatrick Mooney
39*7c8c0b82SPatrick Mooney    local:
40*7c8c0b82SPatrick Mooney	*;
41*7c8c0b82SPatrick Mooney};
42