xref: /illumos-gate/usr/src/lib/libpcsc/common/mapfile-vers (revision 118b2dbf1f4a745a7e35a5054a777c09bd90fff7)
1a61ed2ceSHans Rosenfeld#
2a61ed2ceSHans Rosenfeld# This file and its contents are supplied under the terms of the
3a61ed2ceSHans Rosenfeld# Common Development and Distribution License ("CDDL"), version 1.0.
4a61ed2ceSHans Rosenfeld# You may only use this file in accordance with the terms of version
5a61ed2ceSHans Rosenfeld# 1.0 of the CDDL.
6a61ed2ceSHans Rosenfeld#
7a61ed2ceSHans Rosenfeld# A full copy of the text of the CDDL should have accompanied this
8a61ed2ceSHans Rosenfeld# source.  A copy of the CDDL is also available via the Internet at
9a61ed2ceSHans Rosenfeld# http://www.illumos.org/license/CDDL.
10a61ed2ceSHans Rosenfeld#
11a61ed2ceSHans Rosenfeld
12a61ed2ceSHans Rosenfeld#
13a61ed2ceSHans Rosenfeld# Copyright 2019, Joyent, Inc.
14a61ed2ceSHans Rosenfeld#
15a61ed2ceSHans Rosenfeld
16a61ed2ceSHans Rosenfeld#
17a61ed2ceSHans Rosenfeld# MAPFILE HEADER START
18a61ed2ceSHans Rosenfeld#
19a61ed2ceSHans Rosenfeld# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
20a61ed2ceSHans Rosenfeld# Object versioning must comply with the rules detailed in
21a61ed2ceSHans Rosenfeld#
22a61ed2ceSHans Rosenfeld#	usr/src/lib/README.mapfiles
23a61ed2ceSHans Rosenfeld#
24a61ed2ceSHans Rosenfeld# You should not be making modifications here until you've read the most current
25a61ed2ceSHans Rosenfeld# copy of that file. If you need help, contact a gatekeeper for guidance.
26a61ed2ceSHans Rosenfeld#
27a61ed2ceSHans Rosenfeld# MAPFILE HEADER END
28a61ed2ceSHans Rosenfeld#
29a61ed2ceSHans Rosenfeld
30a61ed2ceSHans Rosenfeld$mapfile_version 2
31a61ed2ceSHans Rosenfeld
32a61ed2ceSHans RosenfeldSYMBOL_VERSION SUNWprivate {
33a61ed2ceSHans Rosenfeld    global:
348222814eSRichard Lowe	g_rgSCardRawPci	{
358222814eSRichard Lowe			  ASSERT = {
368222814eSRichard Lowe				  TYPE = OBJECT;
378222814eSRichard Lowe				  SIZE = addrsize[2];
388222814eSRichard Lowe				};
398222814eSRichard Lowe			};
408222814eSRichard Lowe	g_rgSCardT0Pci	{
418222814eSRichard Lowe			  ASSERT = {
428222814eSRichard Lowe				  TYPE = OBJECT;
438222814eSRichard Lowe				  SIZE = addrsize[2];
448222814eSRichard Lowe				};
458222814eSRichard Lowe			};
468222814eSRichard Lowe	g_rgSCardT1Pci	{
478222814eSRichard Lowe			  ASSERT = {
488222814eSRichard Lowe				  TYPE = OBJECT;
498222814eSRichard Lowe				  SIZE = addrsize[2];
508222814eSRichard Lowe				};
518222814eSRichard Lowe			};
52a61ed2ceSHans Rosenfeld	SCardEstablishContext;
53*118b2dbfSJoshua M. Clulow	SCardIsValidContext;
54a61ed2ceSHans Rosenfeld	SCardReleaseContext;
55a61ed2ceSHans Rosenfeld	SCardFreeMemory;
56a61ed2ceSHans Rosenfeld	SCardListReaders;
57a61ed2ceSHans Rosenfeld	SCardConnect;
58*118b2dbfSJoshua M. Clulow	SCardStatus;
59a61ed2ceSHans Rosenfeld	SCardDisconnect;
60a61ed2ceSHans Rosenfeld	SCardBeginTransaction;
61a61ed2ceSHans Rosenfeld	SCardEndTransaction;
62a61ed2ceSHans Rosenfeld	SCardReconnect;
63a61ed2ceSHans Rosenfeld	SCardTransmit;
64a61ed2ceSHans Rosenfeld	pcsc_stringify_error;
65a61ed2ceSHans Rosenfeld    local:
66a61ed2ceSHans Rosenfeld	*;
67a61ed2ceSHans Rosenfeld};
68