xref: /illumos-gate/usr/src/uts/common/mapfiles/eedev.mapfile (revision 04a1c1a11476a9a84da46c1937024cde61ddb850)
1*04a1c1a1SRobert Mustacchi#
2*04a1c1a1SRobert Mustacchi# This file and its contents are supplied under the terms of the
3*04a1c1a1SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*04a1c1a1SRobert Mustacchi# You may only use this file in accordance with the terms of version
5*04a1c1a1SRobert Mustacchi# 1.0 of the CDDL.
6*04a1c1a1SRobert Mustacchi#
7*04a1c1a1SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*04a1c1a1SRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*04a1c1a1SRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*04a1c1a1SRobert Mustacchi#
11*04a1c1a1SRobert Mustacchi
12*04a1c1a1SRobert Mustacchi#
13*04a1c1a1SRobert Mustacchi# Copyright 2025 Oxide Computer Company
14*04a1c1a1SRobert Mustacchi#
15*04a1c1a1SRobert Mustacchi
16*04a1c1a1SRobert Mustacchi#
17*04a1c1a1SRobert Mustacchi# MAPFILE HEADER START
18*04a1c1a1SRobert Mustacchi#
19*04a1c1a1SRobert Mustacchi# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
20*04a1c1a1SRobert Mustacchi# Object scoping must comply with the rules detailed in
21*04a1c1a1SRobert Mustacchi#
22*04a1c1a1SRobert Mustacchi#	usr/src/uts/common/mapfiles/README
23*04a1c1a1SRobert Mustacchi#
24*04a1c1a1SRobert Mustacchi# You should not be making modifications here until you've read the most current
25*04a1c1a1SRobert Mustacchi# copy of that file. If you need help, contact a gatekeeper for guidance.
26*04a1c1a1SRobert Mustacchi#
27*04a1c1a1SRobert Mustacchi# MAPFILE HEADER END
28*04a1c1a1SRobert Mustacchi#
29*04a1c1a1SRobert Mustacchi
30*04a1c1a1SRobert Mustacchi#
31*04a1c1a1SRobert Mustacchi# This contains the functions that are usable by I2C/SMBus client and
32*04a1c1a1SRobert Mustacchi# multiplexer devices.
33*04a1c1a1SRobert Mustacchi#
34*04a1c1a1SRobert Mustacchi
35*04a1c1a1SRobert Mustacchi$mapfile_version 2
36*04a1c1a1SRobert Mustacchi
37*04a1c1a1SRobert MustacchiSYMBOL_SCOPE {
38*04a1c1a1SRobert Mustacchi    global:
39*04a1c1a1SRobert Mustacchi	eedev_create		{ FLAGS = EXTERN };
40*04a1c1a1SRobert Mustacchi	eedev_fini		{ FLAGS = EXTERN };
41*04a1c1a1SRobert Mustacchi};
42