13ce53722SRobert Mustacchi# 23ce53722SRobert Mustacchi# This file and its contents are supplied under the terms of the 33ce53722SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 43ce53722SRobert Mustacchi# You may only use this file in accordance with the terms of version 53ce53722SRobert Mustacchi# 1.0 of the CDDL. 63ce53722SRobert Mustacchi# 73ce53722SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 83ce53722SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 93ce53722SRobert Mustacchi# http://www.illumos.org/license/CDDL. 103ce53722SRobert Mustacchi# 113ce53722SRobert Mustacchi 123ce53722SRobert Mustacchi# 133ce53722SRobert Mustacchi# Copyright 2020 Oxide Computer Company 143ce53722SRobert Mustacchi# 153ce53722SRobert Mustacchi 163ce53722SRobert Mustacchi# 173ce53722SRobert Mustacchi# MAPFILE HEADER START 183ce53722SRobert Mustacchi# 193ce53722SRobert Mustacchi# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 203ce53722SRobert Mustacchi# Object scoping must comply with the rules detailed in 213ce53722SRobert Mustacchi# 22*fff4deb7SRobert Mustacchi# usr/src/uts/common/mapfiles/README 233ce53722SRobert Mustacchi# 243ce53722SRobert Mustacchi# You should not be making modifications here until you've read the most current 253ce53722SRobert Mustacchi# copy of that file. If you need help, contact a gatekeeper for guidance. 263ce53722SRobert Mustacchi# 273ce53722SRobert Mustacchi# MAPFILE HEADER END 283ce53722SRobert Mustacchi# 293ce53722SRobert Mustacchi 303ce53722SRobert Mustacchi# 313ce53722SRobert Mustacchi# This file contains functions that are provided for ksensors. 323ce53722SRobert Mustacchi# 333ce53722SRobert Mustacchi 343ce53722SRobert Mustacchi$mapfile_version 2 353ce53722SRobert Mustacchi 363ce53722SRobert MustacchiSYMBOL_SCOPE { 373ce53722SRobert Mustacchi global: 383ce53722SRobert Mustacchi ksensor_create { FLAGS = EXTERN }; 391045e13aSRobert Mustacchi ksensor_create_scalar_pcidev { FLAGS = EXTERN }; 403ce53722SRobert Mustacchi ksensor_remove { FLAGS = EXTERN }; 411045e13aSRobert Mustacchi ksensor_kind_current { FLAGS = EXTERN }; 423ce53722SRobert Mustacchi ksensor_kind_temperature { FLAGS = EXTERN }; 431045e13aSRobert Mustacchi ksensor_kind_voltage { FLAGS = EXTERN }; 443ce53722SRobert Mustacchi}; 453ce53722SRobert Mustacchi 46