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