xref: /illumos-gate/usr/src/uts/common/sys/Makefile (revision 627ade2a)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
54ab75253Smrj# Common Development and Distribution License (the "License").
64ab75253Smrj# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
211ef61828SYuri Pankov
227c478bd9Sstevel@tonic-gate#
23c39526b7SPramod Gunjikar# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24508a0e8cSRob Johnston# Copyright 2019 Joyent, Inc.
25ec6d8ca6SGarrett D'Amore# Copyright 2022 Garrett D'Amore
2645818ee1SMatthew Ahrens# Copyright 2013 Saso Kiselkov. All rights reserved.
277b07063dSIgor Kozhukhov# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
28047c81d3SSaso Kiselkov# Copyright 2017 Nexenta Systems, Inc.
29f73e0305SHans Rosenfeld# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
3066582b60SPeter Tribble# Copyright 2019 Peter Tribble.
318e935259SBryan Cantrill# Copyright 2015, Joyent, Inc. All rights reserved.
32533affcbSRobert Mustacchi# Copyright 2024 Oxide Computer Company
337c478bd9Sstevel@tonic-gate#
347c478bd9Sstevel@tonic-gate
357c478bd9Sstevel@tonic-gateinclude $(SRC)/uts/Makefile.uts
367c478bd9Sstevel@tonic-gate
377c478bd9Sstevel@tonic-gateFILEMODE=644
387c478bd9Sstevel@tonic-gate
397c478bd9Sstevel@tonic-gate#
407c478bd9Sstevel@tonic-gate#	Note that the following headers are present in the kernel but
417c478bd9Sstevel@tonic-gate#	neither installed or shipped as part of the product:
427c478bd9Sstevel@tonic-gate#		cpuid_drv.h:		Private interface for cpuid consumers
437c478bd9Sstevel@tonic-gate#		unix_bb_info.h:		Private interface to kcov
443d9b1a2aSHans Rosenfeld#		nvme.h			Private interface to nvme
457c478bd9Sstevel@tonic-gate#
467c478bd9Sstevel@tonic-gate
477c478bd9Sstevel@tonic-gatei386_HDRS=			\
487c478bd9Sstevel@tonic-gate	asy.h			\
497c478bd9Sstevel@tonic-gate	fd_debug.h		\
507c478bd9Sstevel@tonic-gate	fdc.h			\
517c478bd9Sstevel@tonic-gate	fdmedia.h		\
52f73e0305SHans Rosenfeld	firmload.h		\
53dc1b2691SGordon Ross	gfx_private.h		\
54fd9cb95cSsethg	mouse.h			\
55d32f26eeSAndy Fiddaman	nvme.h
567c478bd9Sstevel@tonic-gate
5794c3dad2SToomas Soomesparc_HDRS=			\
58fd9cb95cSsethg	mouse.h			\
597c478bd9Sstevel@tonic-gate	scsi/targets/ssddef.h	\
6047cd5876SAlan Perry	$(MDESCHDRS)
617c478bd9Sstevel@tonic-gate
627c478bd9Sstevel@tonic-gate# Generated headers
637c478bd9Sstevel@tonic-gateGENHDRS=			\
647c478bd9Sstevel@tonic-gate	priv_const.h		\
65de81e71eSTim Marsland	priv_names.h		\
66de81e71eSTim Marsland	usb/usbdevs.h
677c478bd9Sstevel@tonic-gate
687c478bd9Sstevel@tonic-gateCHKHDRS=			\
69d2ec54f7Sphitran	acpi_drv.h		\
707c478bd9Sstevel@tonic-gate	acct.h			\
717c478bd9Sstevel@tonic-gate	acctctl.h		\
727c478bd9Sstevel@tonic-gate	acl.h			\
73da6c28aaSamw	acl_impl.h		\
747c478bd9Sstevel@tonic-gate	aggr.h			\
757c478bd9Sstevel@tonic-gate	aggr_impl.h		\
767c478bd9Sstevel@tonic-gate	aio.h			\
777c478bd9Sstevel@tonic-gate	aio_impl.h		\
787c478bd9Sstevel@tonic-gate	aio_req.h		\
797c478bd9Sstevel@tonic-gate	aiocb.h			\
807c478bd9Sstevel@tonic-gate	ascii.h			\
81f841f6adSraf	asynch.h		\
827c478bd9Sstevel@tonic-gate	atomic.h		\
83da6c28aaSamw	attr.h			\
847c478bd9Sstevel@tonic-gate	audio.h			\
857c478bd9Sstevel@tonic-gate	audioio.h		\
867c478bd9Sstevel@tonic-gate	autoconf.h		\
877c478bd9Sstevel@tonic-gate	auxv.h			\
887c478bd9Sstevel@tonic-gate	auxv_386.h		\
897c478bd9Sstevel@tonic-gate	auxv_SPARC.h		\
907c478bd9Sstevel@tonic-gate	avl.h			\
917c478bd9Sstevel@tonic-gate	avl_impl.h		\
9271815ce7SRobert Mustacchi	bitext.h		\
937c478bd9Sstevel@tonic-gate	bitmap.h		\
94fb2f18f8Sesaxe	bitset.h		\
957c478bd9Sstevel@tonic-gate	bl.h			\
963f7d54a6SGarrett D'Amore	blkdev.h		\
977c478bd9Sstevel@tonic-gate	bofi.h			\
987c478bd9Sstevel@tonic-gate	bofi_impl.h		\
997c478bd9Sstevel@tonic-gate	bpp_io.h		\
1006112cec5SJoshua M. Clulow	bootbanner.h		\
1017c478bd9Sstevel@tonic-gate	bootstat.h		\
1029acbbeafSnn	brand.h			\
1037c478bd9Sstevel@tonic-gate	buf.h			\
1047c478bd9Sstevel@tonic-gate	bufmod.h		\
1057c478bd9Sstevel@tonic-gate	bustypes.h		\
1067c478bd9Sstevel@tonic-gate	byteorder.h		\
1077c478bd9Sstevel@tonic-gate	callb.h			\
1087c478bd9Sstevel@tonic-gate	callo.h			\
109b885580bSAlexander Kolbasov	cap_util.h		\
110c97ad5cdSakolb	cpucaps.h		\
111c97ad5cdSakolb	cpucaps_impl.h		\
1127c478bd9Sstevel@tonic-gate	ccompile.h		\
1137c478bd9Sstevel@tonic-gate	cdio.h			\
1147c478bd9Sstevel@tonic-gate	cladm.h			\
1157c478bd9Sstevel@tonic-gate	class.h			\
1167c478bd9Sstevel@tonic-gate	clconf.h		\
117d3d50737SRafael Vanoni	clock_impl.h		\
1183ccda647Slclee	cmlb.h			\
1197c478bd9Sstevel@tonic-gate	cmn_err.h		\
1207c478bd9Sstevel@tonic-gate	compress.h		\
1217c478bd9Sstevel@tonic-gate	condvar.h		\
1227c478bd9Sstevel@tonic-gate	condvar_impl.h		\
1237c478bd9Sstevel@tonic-gate	conf.h			\
1247c478bd9Sstevel@tonic-gate	consdev.h		\
1257c478bd9Sstevel@tonic-gate	console.h		\
12635a5a358SJonathan Adams	consplat.h		\
127aecfc01dSrui zang - Sun Microsystems - Beijing China	vt.h			\
128aecfc01dSrui zang - Sun Microsystems - Beijing China	vtdaemon.h		\
129aecfc01dSrui zang - Sun Microsystems - Beijing China	kd.h			\
13094c3dad2SToomas Soome	containerof.h		\
1317c478bd9Sstevel@tonic-gate	contract.h		\
1327c478bd9Sstevel@tonic-gate	contract_impl.h		\
1337c478bd9Sstevel@tonic-gate	copyops.h		\
1347c478bd9Sstevel@tonic-gate	core.h			\
1357c478bd9Sstevel@tonic-gate	corectl.h		\
1367c478bd9Sstevel@tonic-gate	cpc_impl.h		\
1377c478bd9Sstevel@tonic-gate	cpc_pcbe.h		\
1387c478bd9Sstevel@tonic-gate	cpr.h			\
1392918c4a3SJohn Levon	cpu_uarray.h		\
1407c478bd9Sstevel@tonic-gate	cpupart.h		\
1417c478bd9Sstevel@tonic-gate	cpuvar.h		\
1427c478bd9Sstevel@tonic-gate	crc32.h			\
1437c478bd9Sstevel@tonic-gate	cred.h			\
1447c478bd9Sstevel@tonic-gate	cred_impl.h		\
1457c478bd9Sstevel@tonic-gate	crtctl.h		\
1467c478bd9Sstevel@tonic-gate	cryptmod.h		\
1477c478bd9Sstevel@tonic-gate	csiioctl.h		\
1487c478bd9Sstevel@tonic-gate	ctf.h			\
1497c478bd9Sstevel@tonic-gate	ctfs.h			\
1507c478bd9Sstevel@tonic-gate	ctfs_impl.h		\
1517c478bd9Sstevel@tonic-gate	ctf_api.h		\
1527c478bd9Sstevel@tonic-gate	ctype.h			\
1537c478bd9Sstevel@tonic-gate	cyclic.h		\
1547c478bd9Sstevel@tonic-gate	cyclic_impl.h		\
1557c478bd9Sstevel@tonic-gate	dacf.h			\
1567c478bd9Sstevel@tonic-gate	dacf_impl.h		\
15735a5a358SJonathan Adams	damap.h			\
1584c06356bSdh	damap_impl.h		\
1597c478bd9Sstevel@tonic-gate	dc_ki.h			\
1607c478bd9Sstevel@tonic-gate	ddi.h			\
1617c478bd9Sstevel@tonic-gate	ddifm.h			\
1627c478bd9Sstevel@tonic-gate	ddifm_impl.h		\
16326947304SEvan Yan	ddi_hp.h		\
16426947304SEvan Yan	ddi_hp_impl.h		\
1657c478bd9Sstevel@tonic-gate	ddi_intr.h		\
1667c478bd9Sstevel@tonic-gate	ddi_intr_impl.h		\
1677c478bd9Sstevel@tonic-gate	ddi_impldefs.h		\
1687c478bd9Sstevel@tonic-gate	ddi_implfuncs.h		\
1694ab75253Smrj	ddi_obsolete.h		\
170a288e5a9SJoshua M. Clulow	ddi_periodic.h		\
171508a0e8cSRob Johnston	ddi_ufm.h		\
172508a0e8cSRob Johnston	ddi_ufm_impl.h		\
1737c478bd9Sstevel@tonic-gate	ddidevmap.h		\
1747c478bd9Sstevel@tonic-gate	ddidmareq.h		\
1757c478bd9Sstevel@tonic-gate	ddimapreq.h		\
1767c478bd9Sstevel@tonic-gate	ddipropdefs.h		\
1777c478bd9Sstevel@tonic-gate	dditypes.h		\
1787c478bd9Sstevel@tonic-gate	debug.h			\
1797c478bd9Sstevel@tonic-gate	des.h			\
18065abbdb2Sjg	devctl.h		\
18183c4dfe9Sjg	devcache.h		\
18283c4dfe9Sjg	devcache_impl.h		\
183e4b86885SCheng Sean Ye	devfm.h			\
18483c4dfe9Sjg	devid_cache.h		\
1857c478bd9Sstevel@tonic-gate	devinfo_impl.h		\
1867c478bd9Sstevel@tonic-gate	devops.h		\
1877c478bd9Sstevel@tonic-gate	devpolicy.h		\
1887c478bd9Sstevel@tonic-gate	devpoll.h		\
1897c478bd9Sstevel@tonic-gate	dirent.h		\
1907c478bd9Sstevel@tonic-gate	disp.h			\
1917c478bd9Sstevel@tonic-gate	dkbad.h			\
1927c478bd9Sstevel@tonic-gate	dkio.h			\
193047c81d3SSaso Kiselkov	dkioc_free_util.h	\
1947c478bd9Sstevel@tonic-gate	dklabel.h		\
1957c478bd9Sstevel@tonic-gate	dl.h			\
1967c478bd9Sstevel@tonic-gate	dlpi.h			\
1977c478bd9Sstevel@tonic-gate	dld.h			\
1987c478bd9Sstevel@tonic-gate	dld_impl.h		\
199eae72b5bSSebastien Roy	dld_ioc.h		\
2007c478bd9Sstevel@tonic-gate	dls.h			\
201da14cebeSEric Cheng	dls_mgmt.h		\
2027c478bd9Sstevel@tonic-gate	dls_impl.h		\
20335a5a358SJonathan Adams	dma_i8237A.h		\
2047c478bd9Sstevel@tonic-gate	dnlc.h			\
2057c478bd9Sstevel@tonic-gate	door.h			\
2067c478bd9Sstevel@tonic-gate	door_data.h		\
2077c478bd9Sstevel@tonic-gate	door_impl.h		\
2087c478bd9Sstevel@tonic-gate	dtrace.h		\
2097c478bd9Sstevel@tonic-gate	dtrace_impl.h		\
2107c478bd9Sstevel@tonic-gate	dumpadm.h		\
2117c478bd9Sstevel@tonic-gate	dumphdr.h		\
2127c478bd9Sstevel@tonic-gate	ecppsys.h		\
21335a5a358SJonathan Adams	ecppio.h		\
21435a5a358SJonathan Adams	ecppreg.h		\
21535a5a358SJonathan Adams	ecppvar.h		\
21645818ee1SMatthew Ahrens	edonr.h			\
2177c478bd9Sstevel@tonic-gate	efi_partition.h		\
2187c478bd9Sstevel@tonic-gate	elf.h			\
2197c478bd9Sstevel@tonic-gate	elf_386.h		\
2207c478bd9Sstevel@tonic-gate	elf_SPARC.h		\
2217c478bd9Sstevel@tonic-gate	elf_notes.h		\
2227c478bd9Sstevel@tonic-gate	elf_amd64.h		\
2237c478bd9Sstevel@tonic-gate	elftypes.h		\
224b1dd958fScth	emul64.h		\
225b1dd958fScth	emul64cmd.h		\
226b1dd958fScth	emul64var.h		\
2277c478bd9Sstevel@tonic-gate	epm.h			\
228a5eb7107SBryan Cantrill	epoll.h			\
2297c478bd9Sstevel@tonic-gate	errno.h			\
2307c478bd9Sstevel@tonic-gate	errorq.h		\
2317c478bd9Sstevel@tonic-gate	errorq_impl.h		\
2327c478bd9Sstevel@tonic-gate	esunddi.h		\
2337c478bd9Sstevel@tonic-gate	ethernet.h		\
2347c478bd9Sstevel@tonic-gate	euc.h			\
2357c478bd9Sstevel@tonic-gate	eucioctl.h		\
2361767006bSBryan Cantrill	eventfd.h		\
2377c478bd9Sstevel@tonic-gate	exacct.h		\
2387c478bd9Sstevel@tonic-gate	exacct_catalog.h	\
2397c478bd9Sstevel@tonic-gate	exacct_impl.h		\
2407c478bd9Sstevel@tonic-gate	exec.h			\
2412b395c3cSAndy Fiddaman	execx.h			\
2427c478bd9Sstevel@tonic-gate	exechdr.h		\
243da6c28aaSamw	extdirent.h		\
2447c478bd9Sstevel@tonic-gate	fault.h			\
2457c478bd9Sstevel@tonic-gate	fasttrap.h		\
2467c478bd9Sstevel@tonic-gate	fasttrap_impl.h		\
2477c478bd9Sstevel@tonic-gate	fbio.h			\
2487c478bd9Sstevel@tonic-gate	fbuf.h			\
2497c478bd9Sstevel@tonic-gate	fcntl.h			\
250fcf3ce44SJohn Forte	fct.h			\
251fcf3ce44SJohn Forte	fct_defines.h		\
252fcf3ce44SJohn Forte	fctio.h			\
2537c478bd9Sstevel@tonic-gate	fdbuffer.h		\
2547c478bd9Sstevel@tonic-gate	fdio.h			\
2557c478bd9Sstevel@tonic-gate	feature_tests.h		\
2567c478bd9Sstevel@tonic-gate	fem.h			\
2577c478bd9Sstevel@tonic-gate	file.h			\
2587c478bd9Sstevel@tonic-gate	filio.h			\
2597c478bd9Sstevel@tonic-gate	flock.h			\
2607c478bd9Sstevel@tonic-gate	flock_impl.h		\
261657b1f3dSraf	fork.h			\
2627c478bd9Sstevel@tonic-gate	fss.h			\
2637c478bd9Sstevel@tonic-gate	fsspriocntl.h		\
2647c478bd9Sstevel@tonic-gate	fsid.h			\
26535a5a358SJonathan Adams	fssnap.h		\
26635a5a358SJonathan Adams	fssnap_if.h		\
2677c478bd9Sstevel@tonic-gate	fstyp.h			\
2687c478bd9Sstevel@tonic-gate	ftrace.h		\
2697c478bd9Sstevel@tonic-gate	fx.h			\
2707c478bd9Sstevel@tonic-gate	fxpriocntl.h		\
2717c478bd9Sstevel@tonic-gate	gfs.h			\
2727c478bd9Sstevel@tonic-gate	gld.h			\
2737c478bd9Sstevel@tonic-gate	gldpriv.h		\
274fb2f18f8Sesaxe	group.h			\
2757c478bd9Sstevel@tonic-gate	hdio.h			\
276381a2a9aSdr	hook.h			\
277381a2a9aSdr	hook_event.h		\
278381a2a9aSdr	hook_impl.h		\
2797c478bd9Sstevel@tonic-gate	hwconf.h		\
2807c478bd9Sstevel@tonic-gate	ia.h			\
2817c478bd9Sstevel@tonic-gate	iapriocntl.h		\
2821cfa752fSRamaswamy Tummala	ibpart.h		\
2837c478bd9Sstevel@tonic-gate	id32.h			\
28494c3dad2SToomas Soome	idmap.h			\
2857c478bd9Sstevel@tonic-gate	ieeefp.h		\
2867c478bd9Sstevel@tonic-gate	id_space.h		\
287b210e777SJoshua M. Clulow	ilstr.h			\
2887c478bd9Sstevel@tonic-gate	instance.h		\
2897c478bd9Sstevel@tonic-gate	int_const.h		\
2907c478bd9Sstevel@tonic-gate	int_fmtio.h		\
2917c478bd9Sstevel@tonic-gate	int_limits.h		\
2927c478bd9Sstevel@tonic-gate	int_types.h		\
2937c478bd9Sstevel@tonic-gate	inttypes.h		\
2947c478bd9Sstevel@tonic-gate	ioccom.h		\
2957c478bd9Sstevel@tonic-gate	ioctl.h			\
2967c478bd9Sstevel@tonic-gate	ipc.h			\
2977c478bd9Sstevel@tonic-gate	ipc_impl.h		\
298824c205fSml	ipc_rctl.h		\
299fe77cc04SRobert Mustacchi	ipd.h			\
300989f2807SJerry Jelinek	ipmi.h			\
3017c478bd9Sstevel@tonic-gate	isa_defs.h		\
30236c5fee3Smcneal	iscsi_authclient.h	\
30336c5fee3Smcneal	iscsi_authclientglue.h	\
30436c5fee3Smcneal	iscsi_protocol.h	\
3057c478bd9Sstevel@tonic-gate	jioctl.h		\
3067c478bd9Sstevel@tonic-gate	kbd.h			\
3077c478bd9Sstevel@tonic-gate	kbdreg.h		\
3087c478bd9Sstevel@tonic-gate	kbio.h			\
3097c478bd9Sstevel@tonic-gate	kcpc.h			\
3107c478bd9Sstevel@tonic-gate	kdi.h			\
3117c478bd9Sstevel@tonic-gate	kdi_impl.h		\
312d14d7d31Sis	kiconv.h		\
31315d9d0b5Syy	kiconv_big5_utf8.h	\
31415d9d0b5Syy	kiconv_cck_common.h	\
31515d9d0b5Syy	kiconv_cp950hkscs_utf8.h	\
316d14d7d31Sis	kiconv_emea1.h		\
317d14d7d31Sis	kiconv_emea2.h		\
31815d9d0b5Syy	kiconv_euckr_utf8.h	\
31915d9d0b5Syy	kiconv_euctw_utf8.h	\
32015d9d0b5Syy	kiconv_gb18030_utf8.h	\
32115d9d0b5Syy	kiconv_gb2312_utf8.h	\
32215d9d0b5Syy	kiconv_hkscs_utf8.h	\
32315d9d0b5Syy	kiconv_ja.h		\
32415d9d0b5Syy	kiconv_ja_jis_to_unicode.h	\
32515d9d0b5Syy	kiconv_ja_unicode_to_jis.h	\
32615d9d0b5Syy	kiconv_ko.h		\
327d14d7d31Sis	kiconv_latin1.h		\
32815d9d0b5Syy	kiconv_sc.h		\
32915d9d0b5Syy	kiconv_tc.h		\
33015d9d0b5Syy	kiconv_uhc_utf8.h	\
33115d9d0b5Syy	kiconv_utf8_big5.h	\
33215d9d0b5Syy	kiconv_utf8_cp950hkscs.h	\
33315d9d0b5Syy	kiconv_utf8_euckr.h	\
33415d9d0b5Syy	kiconv_utf8_euctw.h	\
33515d9d0b5Syy	kiconv_utf8_gb18030.h	\
33615d9d0b5Syy	kiconv_utf8_gb2312.h	\
33715d9d0b5Syy	kiconv_utf8_hkscs.h	\
33815d9d0b5Syy	kiconv_utf8_uhc.h	\
339c5c4113dSnw	kidmap.h		\
340ddf7fe95Scasper	klpd.h			\
3417c478bd9Sstevel@tonic-gate	klwp.h			\
3427c478bd9Sstevel@tonic-gate	kmdb.h			\
3437c478bd9Sstevel@tonic-gate	kmem.h			\
3447c478bd9Sstevel@tonic-gate	kmem_impl.h		\
3457c478bd9Sstevel@tonic-gate	kobj.h			\
3467c478bd9Sstevel@tonic-gate	kobj_impl.h		\
3470f1702c5SYu Xiangning	ksocket.h		\
3487c478bd9Sstevel@tonic-gate	kstat.h			\
3497c478bd9Sstevel@tonic-gate	kstr.h			\
3507c478bd9Sstevel@tonic-gate	ksyms.h			\
3517c478bd9Sstevel@tonic-gate	ksynch.h		\
3527c478bd9Sstevel@tonic-gate	ldterm.h		\
3537c478bd9Sstevel@tonic-gate	lgrp.h			\
3547c478bd9Sstevel@tonic-gate	lgrp_user.h		\
3558ceba33eSraf	libc_kernel.h		\
3568e935259SBryan Cantrill	limits.h		\
3577c478bd9Sstevel@tonic-gate	link.h			\
35890ce8b93SToomas Soome	linker_set.h		\
3597c478bd9Sstevel@tonic-gate	list.h			\
3607c478bd9Sstevel@tonic-gate	list_impl.h		\
3617c478bd9Sstevel@tonic-gate	llc1.h			\
3627c478bd9Sstevel@tonic-gate	loadavg.h		\
3637c478bd9Sstevel@tonic-gate	lock.h			\
3647c478bd9Sstevel@tonic-gate	lockfs.h		\
3657c478bd9Sstevel@tonic-gate	lockstat.h		\
3667c478bd9Sstevel@tonic-gate	lofi.h			\
3678ae05c10SToomas Soome	lofi_impl.h		\
3687c478bd9Sstevel@tonic-gate	log.h			\
3697c478bd9Sstevel@tonic-gate	logindmux.h		\
3707c478bd9Sstevel@tonic-gate	logindmux_impl.h	\
3717c478bd9Sstevel@tonic-gate	lwp.h			\
3727c478bd9Sstevel@tonic-gate	lwp_timer_impl.h	\
3737c478bd9Sstevel@tonic-gate	lwp_upimutex_impl.h	\
374fcf3ce44SJohn Forte	lpif.h			\
3757c478bd9Sstevel@tonic-gate	mac.h			\
376da14cebeSEric Cheng	mac_client.h		\
377da14cebeSEric Cheng	mac_client_impl.h	\
3787eb65490SPrakash Jalan	mac_ether.h		\
379da14cebeSEric Cheng	mac_flow.h		\
380da14cebeSEric Cheng	mac_flow_impl.h		\
3817c478bd9Sstevel@tonic-gate	mac_impl.h		\
382da14cebeSEric Cheng	mac_provider.h		\
383da14cebeSEric Cheng	mac_soft_ring.h		\
3840dc2366fSVenugopal Iyer	mac_stat.h		\
385ba2be530Sab	machelf.h		\
3867c478bd9Sstevel@tonic-gate	map.h			\
3875151fb12Sdarrenm	md4.h			\
3887c478bd9Sstevel@tonic-gate	md5.h			\
3897c478bd9Sstevel@tonic-gate	md5_consts.h		\
3907c478bd9Sstevel@tonic-gate	mdi_impldefs.h		\
3917c478bd9Sstevel@tonic-gate	mem.h			\
3927c478bd9Sstevel@tonic-gate	mem_config.h		\
3937c478bd9Sstevel@tonic-gate	memlist.h		\
3947c478bd9Sstevel@tonic-gate	mkdev.h			\
3957c478bd9Sstevel@tonic-gate	mhd.h			\
396bdb9230aSGarrett D'Amore	mii.h			\
3977c478bd9Sstevel@tonic-gate	miiregs.h		\
3987c478bd9Sstevel@tonic-gate	mixer.h			\
3997c478bd9Sstevel@tonic-gate	mman.h			\
4000616c1c3SMichael Corcoran	mmapobj.h		\
4017c478bd9Sstevel@tonic-gate	mntent.h		\
4027c478bd9Sstevel@tonic-gate	mntio.h			\
4037c478bd9Sstevel@tonic-gate	mnttab.h		\
4047c478bd9Sstevel@tonic-gate	modctl.h		\
4057c478bd9Sstevel@tonic-gate	mode.h			\
4067c478bd9Sstevel@tonic-gate	model.h			\
4077c478bd9Sstevel@tonic-gate	modhash.h		\
4087c478bd9Sstevel@tonic-gate	modhash_impl.h		\
4097c478bd9Sstevel@tonic-gate	mount.h			\
410fd9cb95cSsethg	mouse.h			\
4117c478bd9Sstevel@tonic-gate	msacct.h		\
4127c478bd9Sstevel@tonic-gate	msg.h			\
4137c478bd9Sstevel@tonic-gate	msg_impl.h		\
4147c478bd9Sstevel@tonic-gate	msio.h			\
4157c478bd9Sstevel@tonic-gate	msreg.h			\
4167c478bd9Sstevel@tonic-gate	mtio.h			\
4177c478bd9Sstevel@tonic-gate	mutex.h			\
4187c478bd9Sstevel@tonic-gate	nbmlock.h		\
41935a5a358SJonathan Adams	ndifm.h			\
4207c478bd9Sstevel@tonic-gate	ndi_impldefs.h		\
421fb91fd8aSzf	net80211.h		\
422976d66abSHans Rosenfeld	net80211_amrr.h		\
423fb91fd8aSzf	net80211_crypto.h	\
424e2cf88acSQuaker Fang	net80211_ht.h		\
425fb91fd8aSzf	net80211_proto.h	\
4267c478bd9Sstevel@tonic-gate	netconfig.h		\
427381a2a9aSdr	neti.h			\
428f4b3ec61Sdh	netstack.h		\
4297c478bd9Sstevel@tonic-gate	nexusdefs.h		\
4307c478bd9Sstevel@tonic-gate	note.h			\
4314870e0a7SRichard PALO	null.h			\
4323d9b1a2aSHans Rosenfeld	nvme.h			\
43335a5a358SJonathan Adams	nvpair.h		\
43435a5a358SJonathan Adams	nvpair_impl.h		\
4357c478bd9Sstevel@tonic-gate	objfs.h			\
4367c478bd9Sstevel@tonic-gate	objfs_impl.h		\
43735a5a358SJonathan Adams	ontrap.h		\
4387c478bd9Sstevel@tonic-gate	open.h			\
4397c478bd9Sstevel@tonic-gate	openpromio.h		\
44036589d6bSRobert Mustacchi	overlay.h		\
44136589d6bSRobert Mustacchi	overlay_common.h	\
44236589d6bSRobert Mustacchi	overlay_target.h	\
4437c478bd9Sstevel@tonic-gate	panic.h			\
4447c478bd9Sstevel@tonic-gate	param.h			\
4457c478bd9Sstevel@tonic-gate	pathconf.h		\
4467c478bd9Sstevel@tonic-gate	pathname.h		\
4477c478bd9Sstevel@tonic-gate	pattr.h			\
448381a2a9aSdr	queue.h			\
4497c478bd9Sstevel@tonic-gate	serializer.h		\
4507c478bd9Sstevel@tonic-gate	pbio.h			\
4517c478bd9Sstevel@tonic-gate	pccard.h		\
4527c478bd9Sstevel@tonic-gate	pci.h			\
4539164eb65Stimh	pcie.h			\
4547c478bd9Sstevel@tonic-gate	pci_impl.h		\
455da14cebeSEric Cheng	pci_tools.h		\
4567c478bd9Sstevel@tonic-gate	pcmcia.h		\
4577c478bd9Sstevel@tonic-gate	pctypes.h		\
4587c478bd9Sstevel@tonic-gate	pfmod.h			\
459fb2f18f8Sesaxe	pg.h			\
460fb2f18f8Sesaxe	pghw.h			\
4618b464eb8Smec	physmem.h		\
4620616fd7fSPavel Filipensky	pkp_hash.h		\
4637c478bd9Sstevel@tonic-gate	pm.h			\
4647c478bd9Sstevel@tonic-gate	policy.h		\
4657c478bd9Sstevel@tonic-gate	poll.h			\
4667c478bd9Sstevel@tonic-gate	poll_impl.h		\
4677c478bd9Sstevel@tonic-gate	pool.h			\
4687c478bd9Sstevel@tonic-gate	pool_impl.h		\
4697c478bd9Sstevel@tonic-gate	pool_pset.h		\
4707c478bd9Sstevel@tonic-gate	port.h			\
4717c478bd9Sstevel@tonic-gate	port_impl.h		\
4727c478bd9Sstevel@tonic-gate	port_kernel.h		\
473fcf3ce44SJohn Forte	portif.h		\
47435a5a358SJonathan Adams	ppmio.h			\
47545039663SJohn Forte	pppt_ic_if.h		\
47645039663SJohn Forte	pppt_ioctl.h		\
4777c478bd9Sstevel@tonic-gate	priocntl.h		\
4787c478bd9Sstevel@tonic-gate	priv.h			\
4797c478bd9Sstevel@tonic-gate	priv_impl.h		\
4807c478bd9Sstevel@tonic-gate	prnio.h			\
4817c478bd9Sstevel@tonic-gate	proc.h			\
4827c478bd9Sstevel@tonic-gate	processor.h		\
4837c478bd9Sstevel@tonic-gate	procfs.h		\
4847c478bd9Sstevel@tonic-gate	procset.h		\
4857c478bd9Sstevel@tonic-gate	project.h		\
4867c478bd9Sstevel@tonic-gate	protosw.h		\
4877c478bd9Sstevel@tonic-gate	prsystm.h		\
4887c478bd9Sstevel@tonic-gate	pset.h			\
4897c478bd9Sstevel@tonic-gate	pshot.h			\
4907c478bd9Sstevel@tonic-gate	ptem.h			\
4917c478bd9Sstevel@tonic-gate	ptms.h			\
4927c478bd9Sstevel@tonic-gate	ptyvar.h		\
4937c478bd9Sstevel@tonic-gate	raidioctl.h		\
4947c478bd9Sstevel@tonic-gate	ramdisk.h		\
4957c478bd9Sstevel@tonic-gate	random.h		\
4967c478bd9Sstevel@tonic-gate	rctl.h			\
4977c478bd9Sstevel@tonic-gate	rctl_impl.h		\
498c0dd49bdSEiji Ota	rds.h			\
4997c478bd9Sstevel@tonic-gate	reboot.h		\
5007c478bd9Sstevel@tonic-gate	refstr.h		\
5017c478bd9Sstevel@tonic-gate	refstr_impl.h		\
5027c478bd9Sstevel@tonic-gate	resource.h		\
5037c478bd9Sstevel@tonic-gate	rlioctl.h		\
5047c478bd9Sstevel@tonic-gate	rt.h			\
5057c478bd9Sstevel@tonic-gate	rtpriocntl.h		\
5067c478bd9Sstevel@tonic-gate	rwlock.h		\
5077c478bd9Sstevel@tonic-gate	rwlock_impl.h		\
5087c478bd9Sstevel@tonic-gate	rwstlock.h		\
5097c478bd9Sstevel@tonic-gate	sad.h			\
5107c478bd9Sstevel@tonic-gate	schedctl.h		\
5117c478bd9Sstevel@tonic-gate	sdt.h			\
512d2a70789SRichard Lowe	secflags.h		\
5137c478bd9Sstevel@tonic-gate	select.h		\
5147c478bd9Sstevel@tonic-gate	sem.h			\
5157c478bd9Sstevel@tonic-gate	sem_impl.h		\
5167c478bd9Sstevel@tonic-gate	sema_impl.h		\
5177c478bd9Sstevel@tonic-gate	semaphore.h		\
5187c478bd9Sstevel@tonic-gate	sendfile.h		\
519f2dbfd32SRobert Mustacchi	sensors.h		\
5207c478bd9Sstevel@tonic-gate	ser_sync.h		\
5217c478bd9Sstevel@tonic-gate	session.h		\
5227c478bd9Sstevel@tonic-gate	sha1.h			\
5237c478bd9Sstevel@tonic-gate	sha1_consts.h		\
5247c478bd9Sstevel@tonic-gate	sha2.h			\
5257c478bd9Sstevel@tonic-gate	sha2_consts.h		\
5267c478bd9Sstevel@tonic-gate	share.h			\
5277c478bd9Sstevel@tonic-gate	shm.h			\
5287c478bd9Sstevel@tonic-gate	shm_impl.h		\
529f48205beScasper	sid.h			\
5307c478bd9Sstevel@tonic-gate	siginfo.h		\
5317c478bd9Sstevel@tonic-gate	signal.h		\
5323d729aecSJerry Jelinek	signalfd.h		\
53345818ee1SMatthew Ahrens	skein.h			\
5347c478bd9Sstevel@tonic-gate	sleepq.h		\
53584ab085aSmws	smbios.h		\
53684ab085aSmws	smbios_impl.h		\
5377c478bd9Sstevel@tonic-gate	sobject.h		\
5387c478bd9Sstevel@tonic-gate	socket.h		\
5397c478bd9Sstevel@tonic-gate	socket_impl.h		\
5400f1702c5SYu Xiangning	socket_proto.h		\
5417c478bd9Sstevel@tonic-gate	socketvar.h		\
5423e95bd4aSAnders Persson	sockfilter.h		\
5437c478bd9Sstevel@tonic-gate	sockio.h		\
54488447a05SGarrett D'Amore	soundcard.h		\
5457c478bd9Sstevel@tonic-gate	squeue.h		\
5467c478bd9Sstevel@tonic-gate	squeue_impl.h		\
5472df1fe9cSrandyf	srn.h			\
5487c478bd9Sstevel@tonic-gate	sservice.h		\
5497c478bd9Sstevel@tonic-gate	stat.h			\
5507c478bd9Sstevel@tonic-gate	statfs.h		\
5517c478bd9Sstevel@tonic-gate	statvfs.h		\
552ed093b41SRobert Mustacchi	stdalign.h		\
5531de1bbbaSGarrett D'Amore	stdbool.h		\
554ff7af0d3SToomas Soome	stddef.h		\
5557c478bd9Sstevel@tonic-gate	stdint.h		\
5567c478bd9Sstevel@tonic-gate	stermio.h		\
557fcf3ce44SJohn Forte	stmf.h			\
558fcf3ce44SJohn Forte	stmf_defines.h		\
559fcf3ce44SJohn Forte	stmf_ioctl.h		\
560fcf3ce44SJohn Forte	stmf_sbd_ioctl.h	\
5617c478bd9Sstevel@tonic-gate	stream.h		\
5627c478bd9Sstevel@tonic-gate	strft.h			\
5637c478bd9Sstevel@tonic-gate	strlog.h		\
5647c478bd9Sstevel@tonic-gate	strmdep.h		\
5657c478bd9Sstevel@tonic-gate	stropts.h		\
5667c478bd9Sstevel@tonic-gate	strredir.h		\
5677c478bd9Sstevel@tonic-gate	strstat.h		\
5687c478bd9Sstevel@tonic-gate	strsubr.h		\
5697c478bd9Sstevel@tonic-gate	strsun.h		\
5707c478bd9Sstevel@tonic-gate	strtty.h		\
5717c478bd9Sstevel@tonic-gate	sunddi.h		\
5727c478bd9Sstevel@tonic-gate	sunldi.h		\
5737c478bd9Sstevel@tonic-gate	sunldi_impl.h		\
5747c478bd9Sstevel@tonic-gate	sunmdi.h		\
5757c478bd9Sstevel@tonic-gate	sunndi.h		\
5767c478bd9Sstevel@tonic-gate	sunos_dhcp_class.h	\
5777c478bd9Sstevel@tonic-gate	sunpm.h			\
5787c478bd9Sstevel@tonic-gate	suntpi.h		\
5797c478bd9Sstevel@tonic-gate	suntty.h		\
5807c478bd9Sstevel@tonic-gate	swap.h			\
5817c478bd9Sstevel@tonic-gate	synch.h			\
58235a5a358SJonathan Adams	sysdc.h			\
58335a5a358SJonathan Adams	sysdc_impl.h		\
5847c478bd9Sstevel@tonic-gate	syscall.h		\
5857c478bd9Sstevel@tonic-gate	sysconf.h		\
5867c478bd9Sstevel@tonic-gate	sysconfig.h		\
587aa59c4cbSrsb	sysevent.h		\
58835a5a358SJonathan Adams	sysevent_impl.h		\
5897c478bd9Sstevel@tonic-gate	sysinfo.h		\
5907c478bd9Sstevel@tonic-gate	syslog.h		\
5917c478bd9Sstevel@tonic-gate	sysmacros.h		\
5927c478bd9Sstevel@tonic-gate	sysmsg_impl.h		\
5937c478bd9Sstevel@tonic-gate	systeminfo.h		\
5947c478bd9Sstevel@tonic-gate	systm.h			\
5957c478bd9Sstevel@tonic-gate	task.h			\
5967c478bd9Sstevel@tonic-gate	taskq.h			\
5977c478bd9Sstevel@tonic-gate	taskq_impl.h		\
5987c478bd9Sstevel@tonic-gate	t_kuser.h		\
5997c478bd9Sstevel@tonic-gate	t_lock.h		\
6007c478bd9Sstevel@tonic-gate	telioctl.h		\
6017c478bd9Sstevel@tonic-gate	termio.h		\
6027c478bd9Sstevel@tonic-gate	termios.h		\
6037c478bd9Sstevel@tonic-gate	termiox.h		\
6047c478bd9Sstevel@tonic-gate	thread.h		\
6057c478bd9Sstevel@tonic-gate	ticlts.h		\
6067c478bd9Sstevel@tonic-gate	ticots.h		\
6077c478bd9Sstevel@tonic-gate	ticotsord.h		\
6087c478bd9Sstevel@tonic-gate	tihdr.h			\
6097c478bd9Sstevel@tonic-gate	time.h			\
6107c478bd9Sstevel@tonic-gate	time_impl.h		\
6117c478bd9Sstevel@tonic-gate	time_std_impl.h		\
6127c478bd9Sstevel@tonic-gate	timeb.h			\
6137c478bd9Sstevel@tonic-gate	timer.h			\
6146a72db4aSBryan Cantrill	timerfd.h		\
6157c478bd9Sstevel@tonic-gate	times.h			\
6167c478bd9Sstevel@tonic-gate	timex.h			\
6177c478bd9Sstevel@tonic-gate	timod.h			\
6187c478bd9Sstevel@tonic-gate	tirdwr.h		\
6197c478bd9Sstevel@tonic-gate	tiuser.h		\
6207c478bd9Sstevel@tonic-gate	tl.h			\
6217c478bd9Sstevel@tonic-gate	todio.h			\
6227c478bd9Sstevel@tonic-gate	tpicommon.h		\
6237c478bd9Sstevel@tonic-gate	ts.h			\
6247c478bd9Sstevel@tonic-gate	tspriocntl.h		\
6257c478bd9Sstevel@tonic-gate	ttcompat.h		\
6267c478bd9Sstevel@tonic-gate	ttold.h			\
6277c478bd9Sstevel@tonic-gate	tty.h			\
6287c478bd9Sstevel@tonic-gate	ttychars.h		\
6297c478bd9Sstevel@tonic-gate	ttydev.h		\
6307c478bd9Sstevel@tonic-gate	tuneable.h		\
6317c478bd9Sstevel@tonic-gate	turnstile.h		\
6327c478bd9Sstevel@tonic-gate	types.h			\
6337c478bd9Sstevel@tonic-gate	types32.h		\
634da6c28aaSamw	tzfile.h		\
6354703203dSis	u8_textprep.h		\
6362765a47cSis	u8_textprep_data.h	\
6377c478bd9Sstevel@tonic-gate	uadmin.h		\
6387c478bd9Sstevel@tonic-gate	ucred.h			\
6397c478bd9Sstevel@tonic-gate	uio.h			\
6407c478bd9Sstevel@tonic-gate	ulimit.h		\
6417c478bd9Sstevel@tonic-gate	un.h			\
6427c478bd9Sstevel@tonic-gate	unistd.h		\
6437c478bd9Sstevel@tonic-gate	user.h			\
6447c478bd9Sstevel@tonic-gate	ustat.h			\
6457c478bd9Sstevel@tonic-gate	utime.h			\
6467c478bd9Sstevel@tonic-gate	utsname.h		\
6477c478bd9Sstevel@tonic-gate	utssys.h		\
6487c478bd9Sstevel@tonic-gate	uuid.h			\
6497c478bd9Sstevel@tonic-gate	va_impl.h		\
6507c478bd9Sstevel@tonic-gate	va_list.h		\
6517c478bd9Sstevel@tonic-gate	var.h			\
6527c478bd9Sstevel@tonic-gate	varargs.h		\
6537c478bd9Sstevel@tonic-gate	vfs.h			\
654aa59c4cbSrsb	vfs_opreg.h		\
6557c478bd9Sstevel@tonic-gate	vfstab.h		\
6567c478bd9Sstevel@tonic-gate	vgareg.h		\
657c77a61a7Syz	videodev2.h		\
65864439ec0SJoshua M. Clulow	vio9p.h			\
6597c478bd9Sstevel@tonic-gate	visual_io.h		\
660605445d5Sdg	vlan.h			\
6617c478bd9Sstevel@tonic-gate	vm.h			\
6620209230bSgjelinek	vm_usage.h		\
6637c478bd9Sstevel@tonic-gate	vmem.h			\
6647c478bd9Sstevel@tonic-gate	vmem_impl.h		\
6657c478bd9Sstevel@tonic-gate	vmsystm.h		\
666843e1988Sjohnlev	vnic.h			\
667843e1988Sjohnlev	vnic_impl.h		\
6687c478bd9Sstevel@tonic-gate	vnode.h			\
669911106dfSjm	vscan.h			\
6707c478bd9Sstevel@tonic-gate	vtoc.h			\
6717c478bd9Sstevel@tonic-gate	vtrace.h		\
6727c478bd9Sstevel@tonic-gate	vuid_event.h		\
6737c478bd9Sstevel@tonic-gate	vuid_wheel.h		\
6747c478bd9Sstevel@tonic-gate	vuid_queue.h		\
6757c478bd9Sstevel@tonic-gate	vuid_state.h		\
6767c478bd9Sstevel@tonic-gate	vuid_store.h		\
67712faddfcSRobert Mustacchi	vxlan.h			\
6787c478bd9Sstevel@tonic-gate	wait.h			\
679c97ad5cdSakolb	waitq.h			\
6807c478bd9Sstevel@tonic-gate	watchpoint.h		\
6817c478bd9Sstevel@tonic-gate	winlockio.h		\
6827c478bd9Sstevel@tonic-gate	zcons.h			\
6837c478bd9Sstevel@tonic-gate	zone.h			\
6847c478bd9Sstevel@tonic-gate	xti_inet.h		\
6857c478bd9Sstevel@tonic-gate	xti_osi.h		\
6867c478bd9Sstevel@tonic-gate	xti_xtiopt.h		\
6877c478bd9Sstevel@tonic-gate	zmod.h
6887c478bd9Sstevel@tonic-gate
6897c478bd9Sstevel@tonic-gateHDRS=				\
6907c478bd9Sstevel@tonic-gate	$(GENHDRS)		\
6917c478bd9Sstevel@tonic-gate	$(CHKHDRS)
6927c478bd9Sstevel@tonic-gate
6937c478bd9Sstevel@tonic-gateAUDIOHDRS=			\
6947c478bd9Sstevel@tonic-gate	ac97.h			\
69588447a05SGarrett D'Amore	audio_common.h		\
69688447a05SGarrett D'Amore	audio_driver.h		\
69788447a05SGarrett D'Amore	audio_oss.h		\
6987c478bd9Sstevel@tonic-gate	g711.h
6997c478bd9Sstevel@tonic-gate
70047cd5876SAlan PerryAVHDRS=				\
70147cd5876SAlan Perry	iec61883.h
70247cd5876SAlan Perry
70366582b60SPeter TribbleLOMHDRS=			\
7047c478bd9Sstevel@tonic-gate	lom_io.h		\
7053db86aabSstevel	lombus.h
7067c478bd9Sstevel@tonic-gate
7077c478bd9Sstevel@tonic-gateMDESCHDRS=			\
7087c478bd9Sstevel@tonic-gate	mdesc.h			\
70994c3dad2SToomas Soome	mdesc_impl.h
7107c478bd9Sstevel@tonic-gate
7115cff7825SmhCPUDRVHDRS=			\
7125cff7825Smh	cpudrv.h
7135cff7825Smh
7147c478bd9Sstevel@tonic-gateCRYPTOHDRS=			\
7157c478bd9Sstevel@tonic-gate	elfsign.h		\
7167c478bd9Sstevel@tonic-gate	ioctl.h			\
7177c478bd9Sstevel@tonic-gate	ioctladmin.h		\
7187c478bd9Sstevel@tonic-gate	common.h		\
7197c478bd9Sstevel@tonic-gate	impl.h			\
7207c478bd9Sstevel@tonic-gate	spi.h			\
7217c478bd9Sstevel@tonic-gate	api.h			\
7227c478bd9Sstevel@tonic-gate	ops_impl.h		\
7237c478bd9Sstevel@tonic-gate	sched_impl.h
7247c478bd9Sstevel@tonic-gate
7258eea8e29SapDCAMHDRS=			\
7268eea8e29Sap	dcam1394_io.h
7278eea8e29Sap
7287c478bd9Sstevel@tonic-gateIBHDRS=			\
7297c478bd9Sstevel@tonic-gate	ib_types.h	\
7307c478bd9Sstevel@tonic-gate	ib_pkt_hdrs.h
7317c478bd9Sstevel@tonic-gate
7327c478bd9Sstevel@tonic-gateIBTLHDRS=		\
7337c478bd9Sstevel@tonic-gate	ibtl_types.h	\
7347c478bd9Sstevel@tonic-gate	ibtl_status.h	\
7357c478bd9Sstevel@tonic-gate	ibti.h		\
7367c478bd9Sstevel@tonic-gate	ibti_cm.h	\
7377c478bd9Sstevel@tonic-gate	ibci.h		\
7387c478bd9Sstevel@tonic-gate	ibti_common.h	\
7397c478bd9Sstevel@tonic-gate	ibvti.h		\
7407c478bd9Sstevel@tonic-gate	ibtl_ci_types.h
7417c478bd9Sstevel@tonic-gate
7427c478bd9Sstevel@tonic-gateIBTLIMPLHDRS=		\
7437c478bd9Sstevel@tonic-gate	ibtl_util.h
7447c478bd9Sstevel@tonic-gate
7457c478bd9Sstevel@tonic-gateIBNEXHDRS=		\
7467c478bd9Sstevel@tonic-gate	ibnex_devctl.h
7477c478bd9Sstevel@tonic-gate
7487c478bd9Sstevel@tonic-gateIBMFHDRS=		\
7497c478bd9Sstevel@tonic-gate	ibmf.h		\
7507c478bd9Sstevel@tonic-gate	ibmf_msg.h	\
7517c478bd9Sstevel@tonic-gate	ibmf_saa.h	\
7527c478bd9Sstevel@tonic-gate	ibmf_utils.h
7537c478bd9Sstevel@tonic-gate
7547c478bd9Sstevel@tonic-gateIBMGTHDRS=		\
7557c478bd9Sstevel@tonic-gate	ib_dm_attr.h	\
7567c478bd9Sstevel@tonic-gate	ib_mad.h	\
7577c478bd9Sstevel@tonic-gate	sm_attr.h	\
7587c478bd9Sstevel@tonic-gate	sa_recs.h
7597c478bd9Sstevel@tonic-gate
7607c478bd9Sstevel@tonic-gateIBDHDRS=		\
7617c478bd9Sstevel@tonic-gate	ibd.h
7627c478bd9Sstevel@tonic-gate
763c39526b7SPramod GunjikarOFHDRS=			\
764c39526b7SPramod Gunjikar	ofa_solaris.h	\
765c39526b7SPramod Gunjikar	ofed_kernel.h
766c39526b7SPramod Gunjikar
767c39526b7SPramod GunjikarRDMAHDRS=		\
768448bf859SLida.Horn	ib_addr.h	\
769448bf859SLida.Horn	ib_user_mad.h	\
770448bf859SLida.Horn	ib_user_sa.h	\
771c39526b7SPramod Gunjikar	ib_user_verbs.h \
77294c3dad2SToomas Soome	ib_verbs.h	\
77394c3dad2SToomas Soome	rdma_cm.h	\
774c39526b7SPramod Gunjikar	rdma_user_cm.h
775c39526b7SPramod Gunjikar
776c39526b7SPramod GunjikarSOL_UVERBSHDRS=		\
777c39526b7SPramod Gunjikar	sol_uverbs.h	\
778c39526b7SPramod Gunjikar	sol_uverbs2ucma.h	\
779c39526b7SPramod Gunjikar	sol_uverbs_comp.h	\
780c39526b7SPramod Gunjikar	sol_uverbs_hca.h	\
781c39526b7SPramod Gunjikar	sol_uverbs_qp.h		\
782c39526b7SPramod Gunjikar	sol_uverbs_event.h
783c39526b7SPramod Gunjikar
784448bf859SLida.HornSOL_UMADHDRS=		\
785448bf859SLida.Horn	sol_umad.h
786448bf859SLida.Horn
787c39526b7SPramod GunjikarSOL_UCMAHDRS=		\
788c39526b7SPramod Gunjikar	sol_ucma.h	\
789c39526b7SPramod Gunjikar	sol_rdma_user_cm.h
790c39526b7SPramod Gunjikar
791c39526b7SPramod GunjikarSOL_OFSHDRS=		\
792c39526b7SPramod Gunjikar	sol_cma.h	\
793c39526b7SPramod Gunjikar	sol_ib_cma.h	\
794c0dd49bdSEiji Ota	sol_ofs_common.h	\
795c0dd49bdSEiji Ota	sol_kverb_impl.h
796c39526b7SPramod Gunjikar
7979e39c5baSBill TaylorTAVORHDRS=		\
7989e39c5baSBill Taylor	tavor_ioctl.h
7999e39c5baSBill Taylor
8009e39c5baSBill TaylorHERMONHDRS=		\
8019e39c5baSBill Taylor	hermon_ioctl.h
8029e39c5baSBill Taylor
803758868cdSBill TaylorMLNXHDRS=		\
804758868cdSBill Taylor	mlnx_umap.h
805758868cdSBill Taylor
806a6d42e7dSPeter DunlapIDMHDRS=		\
807a6d42e7dSPeter Dunlap	idm.h		\
808a6d42e7dSPeter Dunlap	idm_impl.h	\
809a6d42e7dSPeter Dunlap	idm_so.h	\
810a6d42e7dSPeter Dunlap	idm_text.h	\
81135a5a358SJonathan Adams	idm_transport.h	\
812a6d42e7dSPeter Dunlap	idm_conn_sm.h
813a6d42e7dSPeter Dunlap
814a6d42e7dSPeter DunlapISCSITHDRS=		\
815a6d42e7dSPeter Dunlap	radius_packet.h		\
816a6d42e7dSPeter Dunlap	radius_protocol.h	\
817a6d42e7dSPeter Dunlap	chap.h			\
818a6d42e7dSPeter Dunlap	isns_protocol.h		\
819a6d42e7dSPeter Dunlap	iscsi_if.h		\
820a6d42e7dSPeter Dunlap	iscsit_common.h
821a6d42e7dSPeter Dunlap
8227c478bd9Sstevel@tonic-gateISOHDRS=			\
8237c478bd9Sstevel@tonic-gate	signal_iso.h
8247c478bd9Sstevel@tonic-gate
8257c478bd9Sstevel@tonic-gateFMHDRS=				\
8267c478bd9Sstevel@tonic-gate	protocol.h		\
8277c478bd9Sstevel@tonic-gate	util.h
8287c478bd9Sstevel@tonic-gate
829ea8dc4b6SeschrockFMFSHDRS=			\
830ea8dc4b6Seschrock	zfs.h
831ea8dc4b6Seschrock
8327c478bd9Sstevel@tonic-gateFMIOHDRS=			\
8337c478bd9Sstevel@tonic-gate	ddi.h			\
83424db4641Seschrock	disk.h			\
8357c478bd9Sstevel@tonic-gate	pci.h			\
83624db4641Seschrock	scsi.h			\
83725cf1a30Sjl	sun4upci.h		\
83825cf1a30Sjl	opl_mc_fm.h
8397c478bd9Sstevel@tonic-gate
8407c478bd9Sstevel@tonic-gateFSHDRS=				\
8417c478bd9Sstevel@tonic-gate	autofs.h		\
842986fd29aSsetje	decomp.h		\
8437c478bd9Sstevel@tonic-gate	dv_node.h		\
844facf4a8dSllai	sdev_impl.h		\
845868e1ac0SPatrick Mooney	sdev_plugin.h		\
8467c478bd9Sstevel@tonic-gate	fifonode.h		\
8477c478bd9Sstevel@tonic-gate	hsfs_isospec.h		\
8487c478bd9Sstevel@tonic-gate	hsfs_node.h		\
8497c478bd9Sstevel@tonic-gate	hsfs_rrip.h		\
8507c478bd9Sstevel@tonic-gate	hsfs_spec.h		\
8517c478bd9Sstevel@tonic-gate	hsfs_susp.h		\
8527c478bd9Sstevel@tonic-gate	lofs_info.h		\
8537c478bd9Sstevel@tonic-gate	lofs_node.h		\
8547c478bd9Sstevel@tonic-gate	mntdata.h		\
8557c478bd9Sstevel@tonic-gate	namenode.h		\
8567c478bd9Sstevel@tonic-gate	pc_dir.h		\
8577c478bd9Sstevel@tonic-gate	pc_fs.h			\
8587c478bd9Sstevel@tonic-gate	pc_label.h		\
8597c478bd9Sstevel@tonic-gate	pc_node.h		\
8607c478bd9Sstevel@tonic-gate	pxfs_ki.h		\
8617c478bd9Sstevel@tonic-gate	snode.h			\
8627c478bd9Sstevel@tonic-gate	swapnode.h		\
8637c478bd9Sstevel@tonic-gate	tmp.h			\
8647c478bd9Sstevel@tonic-gate	tmpnode.h		\
8657c478bd9Sstevel@tonic-gate	udf_inode.h		\
8667c478bd9Sstevel@tonic-gate	udf_volume.h		\
8677c478bd9Sstevel@tonic-gate	ufs_acl.h		\
8687c478bd9Sstevel@tonic-gate	ufs_bio.h		\
8697c478bd9Sstevel@tonic-gate	ufs_filio.h		\
8707c478bd9Sstevel@tonic-gate	ufs_fs.h		\
8717c478bd9Sstevel@tonic-gate	ufs_fsdir.h		\
8727c478bd9Sstevel@tonic-gate	ufs_inode.h		\
8737c478bd9Sstevel@tonic-gate	ufs_lockfs.h		\
8747c478bd9Sstevel@tonic-gate	ufs_log.h		\
8757c478bd9Sstevel@tonic-gate	ufs_mount.h		\
8767c478bd9Sstevel@tonic-gate	ufs_panic.h		\
8777c478bd9Sstevel@tonic-gate	ufs_prot.h		\
8787c478bd9Sstevel@tonic-gate	ufs_quota.h		\
8797c478bd9Sstevel@tonic-gate	ufs_snap.h              \
880fa9e4066Sahrens	ufs_trans.h		\
881e802abbdSTim Haley	zfs.h			\
882e802abbdSTim Haley	zut.h
8837c478bd9Sstevel@tonic-gate
884533affcbSRobert MustacchiNVMEHDRS=		\
885533affcbSRobert Mustacchi	discovery.h	\
8866a5dded7SRobert Mustacchi	micron.h	\
8876a5dded7SRobert Mustacchi	micron_7300.h	\
8886a5dded7SRobert Mustacchi	micron_74x0.h	\
889*627ade2aSRobert Mustacchi	micron_x500.h	\
890*627ade2aSRobert Mustacchi	ocp.h		\
891533affcbSRobert Mustacchi	wdc.h		\
892533affcbSRobert Mustacchi	wdc_sn840.h	\
893533affcbSRobert Mustacchi	wdc_sn65x.h
894533affcbSRobert Mustacchi
8957c478bd9Sstevel@tonic-gateSCSIHDRS=		\
8967c478bd9Sstevel@tonic-gate	scsi.h		\
8977c478bd9Sstevel@tonic-gate	scsi_address.h	\
8987c478bd9Sstevel@tonic-gate	scsi_ctl.h	\
8999e1c849eSDavid Zhang - Sun Microsystems - Beijing China	scsi_fm.h	\
9001ef61828SYuri Pankov	scsi_names.h	\
9017c478bd9Sstevel@tonic-gate	scsi_params.h	\
9027c478bd9Sstevel@tonic-gate	scsi_pkt.h	\
9037c478bd9Sstevel@tonic-gate	scsi_resource.h	\
9047c478bd9Sstevel@tonic-gate	scsi_types.h	\
9057c478bd9Sstevel@tonic-gate	scsi_watch.h
9067c478bd9Sstevel@tonic-gate
9077c478bd9Sstevel@tonic-gateSCSICONFHDRS=		\
9087c478bd9Sstevel@tonic-gate	autoconf.h	\
9097c478bd9Sstevel@tonic-gate	device.h
9107c478bd9Sstevel@tonic-gate
9117c478bd9Sstevel@tonic-gateSCSIGENHDRS=		\
9127c478bd9Sstevel@tonic-gate	commands.h	\
9137c478bd9Sstevel@tonic-gate	dad_mode.h	\
9147c478bd9Sstevel@tonic-gate	inquiry.h	\
9157c478bd9Sstevel@tonic-gate	message.h	\
9167c478bd9Sstevel@tonic-gate	mode.h		\
91768941780Sjdunham	persist.h	\
9187c478bd9Sstevel@tonic-gate	sense.h		\
919ac88567aSHyon Kim	sff_frames.h	\
920936b7af6Sjw	smp_frames.h	\
9217c478bd9Sstevel@tonic-gate	status.h
9227c478bd9Sstevel@tonic-gate
9237c478bd9Sstevel@tonic-gateSCSIIMPLHDRS=		\
9247c478bd9Sstevel@tonic-gate	commands.h	\
9257c478bd9Sstevel@tonic-gate	inquiry.h	\
9267c478bd9Sstevel@tonic-gate	mode.h		\
92796c4a178SChris Horne	scsi_reset_notify.h \
92896c4a178SChris Horne	scsi_sas.h	\
9297c478bd9Sstevel@tonic-gate	sense.h		\
9307c478bd9Sstevel@tonic-gate	services.h	\
93196c4a178SChris Horne	smp_transport.h	\
93296c4a178SChris Horne	spc3_types.h	\
9337c478bd9Sstevel@tonic-gate	status.h	\
9347c478bd9Sstevel@tonic-gate	transport.h	\
9357c478bd9Sstevel@tonic-gate	types.h		\
936936b7af6Sjw	uscsi.h		\
937936b7af6Sjw	usmp.h
9387c478bd9Sstevel@tonic-gate
9397c478bd9Sstevel@tonic-gateSCSITARGETSHDRS=	\
9407c478bd9Sstevel@tonic-gate	ses.h		\
9417c478bd9Sstevel@tonic-gate	sesio.h		\
9429a016c63Sstevel	sgendef.h	\
9437c478bd9Sstevel@tonic-gate	stdef.h		\
944936b7af6Sjw	sddef.h		\
945936b7af6Sjw	smp.h
9467c478bd9Sstevel@tonic-gate
9473f7d54a6SGarrett D'AmoreSCSIADHDRS=
9484bb7efa7SGarrett D'Amore
949fb9f9b97SkupferSCSICADHDRS=
9507c478bd9Sstevel@tonic-gate
951fcf3ce44SJohn ForteSCSIISCSIHDRS=		\
952fcf3ce44SJohn Forte	iscsi_door.h	\
9531a1a84a3SPeter Dunlap	iscsi_if.h
954fcf3ce44SJohn Forte
9557c478bd9Sstevel@tonic-gateSCSIVHCIHDRS=		\
9568c4f8890Srs	scsi_vhci.h	\
9578c4f8890Srs	mpapi_impl.h	\
9588c4f8890Srs	mpapi_scsi_vhci.h
9597c478bd9Sstevel@tonic-gate
9604bb7efa7SGarrett D'AmoreSDCARDHDRS=		\
9614bb7efa7SGarrett D'Amore	sda.h		\
9624bb7efa7SGarrett D'Amore	sda_impl.h	\
9634bb7efa7SGarrett D'Amore	sda_ioctl.h
9644bb7efa7SGarrett D'Amore
965fcf3ce44SJohn ForteFC4HDRS=			\
9667c478bd9Sstevel@tonic-gate	fc_transport.h	\
9677c478bd9Sstevel@tonic-gate	linkapp.h	\
9687c478bd9Sstevel@tonic-gate	fc.h		\
9697c478bd9Sstevel@tonic-gate	fcp.h		\
9707c478bd9Sstevel@tonic-gate	fcal_transport.h \
9717c478bd9Sstevel@tonic-gate	fcal.h		\
9727c478bd9Sstevel@tonic-gate	fcal_linkapp.h	\
9737c478bd9Sstevel@tonic-gate	fcio.h
9747c478bd9Sstevel@tonic-gate
975fcf3ce44SJohn ForteFCHDRS=			\
976fcf3ce44SJohn Forte	fc.h		\
977fcf3ce44SJohn Forte	fcio.h		\
978fcf3ce44SJohn Forte	fc_types.h	\
979fcf3ce44SJohn Forte	fc_appif.h
980fcf3ce44SJohn Forte
981fcf3ce44SJohn ForteFCIMPLHDRS=		\
982fcf3ce44SJohn Forte	fc_error.h	\
983fcf3ce44SJohn Forte	fcph.h
984fcf3ce44SJohn Forte
985fcf3ce44SJohn ForteFCULPHDRS=		\
986fcf3ce44SJohn Forte	fcp_util.h	\
987fcf3ce44SJohn Forte	fcsm.h
988fcf3ce44SJohn Forte
98966f9d5cbSmlfSATAGENHDRS=		\
99066f9d5cbSmlf	sata_hba.h	\
99166f9d5cbSmlf	sata_defs.h	\
99266f9d5cbSmlf	sata_cfgadm.h
99366f9d5cbSmlf
9947c478bd9Sstevel@tonic-gateSYSEVENTHDRS=		\
995a25df667SRobert Mustacchi	datalink.h	\
9967c478bd9Sstevel@tonic-gate	dev.h		\
9977c478bd9Sstevel@tonic-gate	domain.h        \
9987c478bd9Sstevel@tonic-gate	dr.h            \
9997c478bd9Sstevel@tonic-gate	env.h           \
10007c478bd9Sstevel@tonic-gate	eventdefs.h	\
10017c478bd9Sstevel@tonic-gate	ipmp.h		\
1002d2ec54f7Sphitran	pwrctl.h	\
10031cb875aeSCathy Zhou	vrrp.h
10047c478bd9Sstevel@tonic-gate
10057c478bd9Sstevel@tonic-gateCONTRACTHDRS=		\
10067c478bd9Sstevel@tonic-gate	process.h	\
100725e8c5aaSvikram	process_impl.h	\
100825e8c5aaSvikram	device.h	\
100925e8c5aaSvikram	device_impl.h
10107c478bd9Sstevel@tonic-gate
10117c478bd9Sstevel@tonic-gateUSBHDRS=	\
10127c478bd9Sstevel@tonic-gate	usba.h	\
10137c478bd9Sstevel@tonic-gate	usbai.h
10147c478bd9Sstevel@tonic-gate
10157c478bd9Sstevel@tonic-gateUSBAUDHDRS=           \
10167c478bd9Sstevel@tonic-gate	usb_audio.h
10177c478bd9Sstevel@tonic-gate
10187c478bd9Sstevel@tonic-gateUSBHUBDHDRS=		\
10197c478bd9Sstevel@tonic-gate	hub.h		\
10207c478bd9Sstevel@tonic-gate	hubd_impl.h
10217c478bd9Sstevel@tonic-gate
10227c478bd9Sstevel@tonic-gateUSBHIDHDRS=		\
10237c478bd9Sstevel@tonic-gate	hid.h
10247c478bd9Sstevel@tonic-gate
10257c478bd9Sstevel@tonic-gateUSBMSHDRS=		\
10267c478bd9Sstevel@tonic-gate	usb_bulkonly.h	\
10277c478bd9Sstevel@tonic-gate	usb_cbi.h
10287c478bd9Sstevel@tonic-gate
10297c478bd9Sstevel@tonic-gateUSBPRNHDRS=           \
10307c478bd9Sstevel@tonic-gate	usb_printer.h
10317c478bd9Sstevel@tonic-gate
103290f05028SyqUSBCDCHDRS=		\
1033a8731cceSyq	usb_cdc.h
103490f05028Syq
1035c77a61a7SyzUSBVIDHDRS=           \
1036c77a61a7Syz	usbvc.h
1037c77a61a7Syz
1038692d834dSPengcheng Chen - Sun Microsystems - Beijing ChinaUSBWCMHDRS=		\
1039692d834dSPengcheng Chen - Sun Microsystems - Beijing China	usbwcm.h
1040692d834dSPengcheng Chen - Sun Microsystems - Beijing China
10417c478bd9Sstevel@tonic-gateUGENHDRS=           \
10427c478bd9Sstevel@tonic-gate	usb_ugen.h
10437c478bd9Sstevel@tonic-gate
1044a61ed2ceSHans RosenfeldUSBCCIDHDRS = \
1045a61ed2ceSHans Rosenfeld	ccid.h \
1046a61ed2ceSHans Rosenfeld	uccid.h
1047a61ed2ceSHans Rosenfeld
10487c478bd9Sstevel@tonic-gateHOTPLUGHDRS=	\
10497c478bd9Sstevel@tonic-gate	hpcsvc.h	\
10507c478bd9Sstevel@tonic-gate	hpctrl.h
10517c478bd9Sstevel@tonic-gate
10527c478bd9Sstevel@tonic-gateHOTPLUGPCIHDRS=	\
10537c478bd9Sstevel@tonic-gate	pcicfg.h	\
10547c478bd9Sstevel@tonic-gate	pcihp.h
10557c478bd9Sstevel@tonic-gate
10567c478bd9Sstevel@tonic-gateRSMHDRS= \
10577c478bd9Sstevel@tonic-gate	rsm.h	\
10587c478bd9Sstevel@tonic-gate	rsm_common.h	\
10597c478bd9Sstevel@tonic-gate	rsmapi_common.h \
10607c478bd9Sstevel@tonic-gate	rsmpi.h	\
10617c478bd9Sstevel@tonic-gate	rsmpi_driver.h	\
10627c478bd9Sstevel@tonic-gate	rsmka_path_int.h
10637c478bd9Sstevel@tonic-gate
106445916cd2SjpkTSOLHDRS=		\
106545916cd2Sjpk	label.h		\
106645916cd2Sjpk	label_macro.h	\
106745916cd2Sjpk	priv.h		\
106845916cd2Sjpk	tndb.h		\
106945916cd2Sjpk	tsyscall.h
107045916cd2Sjpk
10717c478bd9Sstevel@tonic-gateI1394HDRS=		\
10727c478bd9Sstevel@tonic-gate	cmd1394.h	\
10737c478bd9Sstevel@tonic-gate	id1394.h	\
10747c478bd9Sstevel@tonic-gate	ieee1212.h	\
10757c478bd9Sstevel@tonic-gate	ieee1394.h	\
10767c478bd9Sstevel@tonic-gate	ixl1394.h	\
10777c478bd9Sstevel@tonic-gate	s1394_impl.h	\
10787c478bd9Sstevel@tonic-gate	t1394.h
10797c478bd9Sstevel@tonic-gate
10807c478bd9Sstevel@tonic-gate# "cmdk" headers used on sparc
10817c478bd9Sstevel@tonic-gateSDKTPHDRS=		\
10827c478bd9Sstevel@tonic-gate	dadkio.h	\
10837c478bd9Sstevel@tonic-gate	fdisk.h
10847c478bd9Sstevel@tonic-gate
10857c478bd9Sstevel@tonic-gate# "cmdk" headers used on i386
10867c478bd9Sstevel@tonic-gateDKTPHDRS=		\
10877c478bd9Sstevel@tonic-gate	altsctr.h	\
10887c478bd9Sstevel@tonic-gate	bbh.h		\
10897c478bd9Sstevel@tonic-gate	cm.h		\
10907c478bd9Sstevel@tonic-gate	cmdev.h		\
10917c478bd9Sstevel@tonic-gate	cmdk.h		\
10927c478bd9Sstevel@tonic-gate	cmpkt.h		\
10937c478bd9Sstevel@tonic-gate	controller.h	\
10947c478bd9Sstevel@tonic-gate	dadev.h		\
10957c478bd9Sstevel@tonic-gate	dadk.h		\
10967c478bd9Sstevel@tonic-gate	dadkio.h	\
10977c478bd9Sstevel@tonic-gate	fctypes.h	\
10987c478bd9Sstevel@tonic-gate	fdisk.h		\
10997c478bd9Sstevel@tonic-gate	flowctrl.h	\
11007c478bd9Sstevel@tonic-gate	gda.h		\
11017c478bd9Sstevel@tonic-gate	quetypes.h	\
11027c478bd9Sstevel@tonic-gate	queue.h		\
11037c478bd9Sstevel@tonic-gate	tgcom.h		\
11047c478bd9Sstevel@tonic-gate	tgdk.h
11057c478bd9Sstevel@tonic-gate
11067c478bd9Sstevel@tonic-gate# "pc" header files used on i386
11077c478bd9Sstevel@tonic-gatePCHDRS=			\
11087c478bd9Sstevel@tonic-gate	avintr.h	\
11097c478bd9Sstevel@tonic-gate	dma_engine.h	\
11107c478bd9Sstevel@tonic-gate	i8272A.h	\
11113db86aabSstevel	pcic_reg.h	\
11123db86aabSstevel	pcic_var.h	\
11137c478bd9Sstevel@tonic-gate	pic.h		\
11147c478bd9Sstevel@tonic-gate	pit.h		\
11157c478bd9Sstevel@tonic-gate	rtc.h
11167c478bd9Sstevel@tonic-gate
11176f45ec7bSmlNXGEHDRS=			\
11186f45ec7bSml	nxge.h			\
11196f45ec7bSml	nxge_common.h		\
11206f45ec7bSml	nxge_common_impl.h	\
11216f45ec7bSml	nxge_defs.h		\
11226f45ec7bSml	nxge_hw.h		\
11236f45ec7bSml	nxge_impl.h		\
11246f45ec7bSml	nxge_ipp.h		\
11256f45ec7bSml	nxge_ipp_hw.h		\
11266f45ec7bSml	nxge_mac.h		\
11276f45ec7bSml	nxge_mac_hw.h		\
11286f45ec7bSml	nxge_fflp.h		\
11296f45ec7bSml	nxge_fflp_hw.h		\
11306f45ec7bSml	nxge_mii.h		\
11316f45ec7bSml	nxge_rxdma.h		\
11326f45ec7bSml	nxge_rxdma_hw.h		\
11336f45ec7bSml	nxge_txc.h		\
11346f45ec7bSml	nxge_txc_hw.h		\
11356f45ec7bSml	nxge_txdma.h		\
11366f45ec7bSml	nxge_txdma_hw.h		\
11376f45ec7bSml	nxge_virtual.h		\
11386f45ec7bSml	nxge_espc.h
11396f45ec7bSml
1140cd0d4b40SRobert MustacchiPLATHDRS=		\
1141cd0d4b40SRobert Mustacchi	pci_prd.h
1142cd0d4b40SRobert Mustacchi
1143fb9f9b97Skupferinclude Makefile.syshdrs
11447c478bd9Sstevel@tonic-gate
11458eea8e29Sapdcam/%.check:	dcam/%.h
11468eea8e29Sap	$(DOT_H_CHECK)
11478eea8e29Sap
11487c478bd9Sstevel@tonic-gateCHECKHDRS=						\
11497c478bd9Sstevel@tonic-gate	$($(MACH)_HDRS:%.h=%.check)			\
11507c478bd9Sstevel@tonic-gate	$(AUDIOHDRS:%.h=audio/%.check)			\
115147cd5876SAlan Perry	$(AVHDRS:%.h=av/%.check)			\
115266582b60SPeter Tribble	$(LOMHDRS:%.h=%.check)				\
11537c478bd9Sstevel@tonic-gate	$(CHKHDRS:%.h=%.check)				\
11545cff7825Smh	$(CPUDRVHDRS:%.h=%.check)			\
11557c478bd9Sstevel@tonic-gate	$(CRYPTOHDRS:%.h=crypto/%.check)		\
11568eea8e29Sap	$(DCAMHDRS:%.h=dcam/%.check)			\
1157fcf3ce44SJohn Forte	$(FC4HDRS:%.h=fc4/%.check)			\
1158fcf3ce44SJohn Forte	$(FCHDRS:%.h=fibre-channel/%.check)		\
1159fcf3ce44SJohn Forte	$(FCIMPLHDRS:%.h=fibre-channel/impl/%.check)	\
1160fcf3ce44SJohn Forte	$(FCULPHDRS:%.h=fibre-channel/ulp/%.check)	\
11617c478bd9Sstevel@tonic-gate	$(IBHDRS:%.h=ib/%.check)			\
11627c478bd9Sstevel@tonic-gate	$(IBDHDRS:%.h=ib/clients/ibd/%.check)		\
11637c478bd9Sstevel@tonic-gate	$(IBTLHDRS:%.h=ib/ibtl/%.check)			\
11647c478bd9Sstevel@tonic-gate	$(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check)	\
11657c478bd9Sstevel@tonic-gate	$(IBNEXHDRS:%.h=ib/ibnex/%.check)	\
11667c478bd9Sstevel@tonic-gate	$(IBMGTHDRS:%.h=ib/mgt/%.check)			\
11677c478bd9Sstevel@tonic-gate	$(IBMFHDRS:%.h=ib/mgt/ibmf/%.check)		\
1168c39526b7SPramod Gunjikar	$(OFHDRS:%.h=ib/clients/of/%.check)			\
1169c39526b7SPramod Gunjikar	$(RDMAHDRS:%.h=ib/clients/of/rdma/%.check)		\
1170c39526b7SPramod Gunjikar	$(SOL_UVERBSHDRS:%.h=ib/clients/of/sol_uverbs/%.check)	\
1171c39526b7SPramod Gunjikar	$(SOL_UCMAHDRS:%.h=ib/clients/of/sol_ucma/%.check)	\
1172c39526b7SPramod Gunjikar	$(SOL_OFSHDRS:%.h=ib/clients/of/sol_ofs/%.check)	\
11737c478bd9Sstevel@tonic-gate	$(TAVORHDRS:%.h=ib/adapters/tavor/%.check)	\
11747dd1301aSBill Taylor	$(HERMONHDRS:%.h=ib/adapters/hermon/%.check)	\
1175758868cdSBill Taylor	$(MLNXHDRS:%.h=ib/adapters/%.check)		\
1176a6d42e7dSPeter Dunlap	$(IDMHDRS:%.h=idm/%.check)			\
1177a6d42e7dSPeter Dunlap	$(ISCSIHDRS:%.h=iscsi/%.check)			\
1178a6d42e7dSPeter Dunlap	$(ISCSITHDRS:%.h=iscsit/%.check)			\
11797c478bd9Sstevel@tonic-gate	$(ISOHDRS:%.h=iso/%.check)			\
11807c478bd9Sstevel@tonic-gate	$(FMHDRS:%.h=fm/%.check)			\
1181ea8dc4b6Seschrock	$(FMFSHDRS:%.h=fm/fs/%.check)			\
11827c478bd9Sstevel@tonic-gate	$(FMIOHDRS:%.h=fm/io/%.check)			\
11837c478bd9Sstevel@tonic-gate	$(FSHDRS:%.h=fs/%.check)			\
1184533affcbSRobert Mustacchi	$(NVMEHDRS:%.h=nvme/%.check)			\
11857c478bd9Sstevel@tonic-gate	$(SCSIHDRS:%.h=scsi/%.check)			\
11864bb7efa7SGarrett D'Amore	$(SCSIADHDRS:%.h=scsi/adapters/%.check)		\
11874bb7efa7SGarrett D'Amore	$(SCSICONFHDRS:%.h=scsi/conf/%.check)		\
11887c478bd9Sstevel@tonic-gate	$(SCSIIMPLHDRS:%.h=scsi/impl/%.check)		\
1189fcf3ce44SJohn Forte	$(SCSIISCSIHDRS:%.h=scsi/adapters/%.check)	\
1190ac88567aSHyon Kim	$(SCSIGENHDRS:%.h=scsi/generic/%.check)		\
11917c478bd9Sstevel@tonic-gate	$(SCSITARGETSHDRS:%.h=scsi/targets/%.check)	\
11927c478bd9Sstevel@tonic-gate	$(SCSIVHCIHDRS:%.h=scsi/adapters/%.check)	\
119366f9d5cbSmlf	$(SATAGENHDRS:%.h=sata/%.check)			\
11944bb7efa7SGarrett D'Amore	$(SDCARDHDRS:%.h=sdcard/%.check)		\
11957c478bd9Sstevel@tonic-gate	$(SYSEVENTHDRS:%.h=sysevent/%.check)            \
11967c478bd9Sstevel@tonic-gate	$(CONTRACTHDRS:%.h=contract/%.check)            \
11977c478bd9Sstevel@tonic-gate	$(USBAUDHDRS:%.h=usb/clients/audio/%.check)   \
1198a61ed2ceSHans Rosenfeld	$(USBCCIDHDRS:%.h=usb/clients/ccid/%.check)	\
11997c478bd9Sstevel@tonic-gate	$(USBHUBDHDRS:%.h=usb/hubd/%.check)		\
12007c478bd9Sstevel@tonic-gate	$(USBHIDHDRS:%.h=usb/clients/hid/%.check)	\
12017c478bd9Sstevel@tonic-gate	$(USBMSHDRS:%.h=usb/clients/mass_storage/%.check)	\
12027c478bd9Sstevel@tonic-gate	$(USBPRNHDRS:%.h=usb/clients/printer/%.check)   \
120390f05028Syq	$(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check)	\
1204c77a61a7Syz	$(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check)   \
1205692d834dSPengcheng Chen - Sun Microsystems - Beijing China	$(USBWCMHDRS:%.h=usb/clients/usbinput/usbwcm/%.check)	\
12067c478bd9Sstevel@tonic-gate	$(UGENHDRS:%.h=usb/clients/ugen/%.check)   \
12077c478bd9Sstevel@tonic-gate	$(USBHDRS:%.h=usb/%.check)                      \
12087c478bd9Sstevel@tonic-gate	$(I1394HDRS:%.h=1394/%.check)			\
120945916cd2Sjpk	$(RSMHDRS:%.h=rsm/%.check)			\
12106f45ec7bSml	$(TSOLHDRS:%.h=tsol/%.check)			\
1211cd0d4b40SRobert Mustacchi	$(NXGEHDRS:%.h=nxge/%.check)			\
1212cd0d4b40SRobert Mustacchi	$(PLATHDRS:%.h=plat/%.check)
12137c478bd9Sstevel@tonic-gate
12147c478bd9Sstevel@tonic-gate
12157c478bd9Sstevel@tonic-gate.KEEP_STATE:
12167c478bd9Sstevel@tonic-gate
12177c478bd9Sstevel@tonic-gate.PARALLEL:			\
12187c478bd9Sstevel@tonic-gate	$(CHECKHDRS)		\
12197c478bd9Sstevel@tonic-gate	$(ROOTHDRS)		\
12207c478bd9Sstevel@tonic-gate	$(ROOTAUDHDRS)		\
122147cd5876SAlan Perry	$(ROOTAVHDRS)		\
12227c478bd9Sstevel@tonic-gate	$(ROOTCRYPTOHDRS)	\
12238eea8e29Sap	$(ROOTDCAMHDRS)		\
1224a3eabe59SToomas Soome	$(ROOTDKTPHDRS)		\
12257c478bd9Sstevel@tonic-gate	$(ROOTISOHDRS)		\
1226a6d42e7dSPeter Dunlap	$(ROOTIDMHDRS)		\
1227a6d42e7dSPeter Dunlap	$(ROOTISCSIHDRS)	\
1228a6d42e7dSPeter Dunlap	$(ROOTISCSITHDRS)	\
1229fcf3ce44SJohn Forte	$(ROOTFC4HDRS)		\
1230fcf3ce44SJohn Forte	$(ROOTFCHDRS)		\
1231fcf3ce44SJohn Forte	$(ROOTFCIMPLHDRS)	\
1232fcf3ce44SJohn Forte	$(ROOTFCULPHDRS)	\
12337c478bd9Sstevel@tonic-gate	$(ROOTFMHDRS)		\
12347aec1d6eScindi	$(ROOTFMIOHDRS)		\
1235ea8dc4b6Seschrock	$(ROOTFMFSHDRS)		\
12367c478bd9Sstevel@tonic-gate	$(ROOTFSHDRS)		\
12377c478bd9Sstevel@tonic-gate	$(ROOTIBDHDRS)		\
12387c478bd9Sstevel@tonic-gate	$(ROOTIBHDRS)		\
12397c478bd9Sstevel@tonic-gate	$(ROOTIBTLHDRS)		\
12407c478bd9Sstevel@tonic-gate	$(ROOTIBTLIMPLHDRS)	\
12417c478bd9Sstevel@tonic-gate	$(ROOTIBNEXHDRS)	\
12427c478bd9Sstevel@tonic-gate	$(ROOTIBMGTHDRS)	\
12437c478bd9Sstevel@tonic-gate	$(ROOTIBMFHDRS)		\
1244533affcbSRobert Mustacchi	$(ROOTNVMEHDRS)		\
1245c39526b7SPramod Gunjikar	$(ROOTOFHDRS)		\
1246c39526b7SPramod Gunjikar	$(ROOTRDMAHDRS)		\
1247a3eabe59SToomas Soome	$(ROOTSATAGENHDRS)	\
1248c39526b7SPramod Gunjikar	$(ROOTSOL_OFSHDRS)	\
1249448bf859SLida.Horn	$(ROOTSOL_UMADHDRS)	\
1250c39526b7SPramod Gunjikar	$(ROOTSOL_UVERBSHDRS)	\
1251c39526b7SPramod Gunjikar	$(ROOTSOL_UCMAHDRS)	\
12527c478bd9Sstevel@tonic-gate	$(ROOTTAVORHDRS)	\
12539e39c5baSBill Taylor	$(ROOTHERMONHDRS)	\
1254758868cdSBill Taylor	$(ROOTMLNXHDRS)		\
1255cd0d4b40SRobert Mustacchi	$(ROOTPLATHDRS)		\
12567c478bd9Sstevel@tonic-gate	$(ROOTSCSIHDRS)		\
12574bb7efa7SGarrett D'Amore	$(ROOTSCSIADHDRS)	\
12587c478bd9Sstevel@tonic-gate	$(ROOTSCSICONFHDRS)	\
1259fcf3ce44SJohn Forte	$(ROOTSCSIISCSIHDRS)	\
12607c478bd9Sstevel@tonic-gate	$(ROOTSCSIGENHDRS)	\
12617c478bd9Sstevel@tonic-gate	$(ROOTSCSIIMPLHDRS)	\
12627c478bd9Sstevel@tonic-gate	$(ROOTSCSIVHCIHDRS)	\
1263a3eabe59SToomas Soome	$(ROOTSCSITARGETSHDRS)	\
12644bb7efa7SGarrett D'Amore	$(ROOTSDCARDHDRS)	\
12657c478bd9Sstevel@tonic-gate	$(ROOTSYSEVENTHDRS)     \
12667c478bd9Sstevel@tonic-gate	$(ROOTCONTRACTHDRS)     \
12677c478bd9Sstevel@tonic-gate	$(ROOTUSBHDRS)		\
1268ff0e937bSRaymond Chen	$(ROOTUWBHDRS)		\
1269ff0e937bSRaymond Chen	$(ROOTUWBAHDRS)		\
12707c478bd9Sstevel@tonic-gate	$(ROOTUSBAUDHDRS)	\
12717c478bd9Sstevel@tonic-gate	$(ROOTUSBHUBDHDRS)	\
12727c478bd9Sstevel@tonic-gate	$(ROOTUSBHIDHDRS)	\
1273ff0e937bSRaymond Chen	$(ROOTUSBHRCHDRS)	\
12747c478bd9Sstevel@tonic-gate	$(ROOTUSBMSHDRS)	\
12757c478bd9Sstevel@tonic-gate	$(ROOTUSBPRNHDRS)       \
127690f05028Syq	$(ROOTUSBCDCHDRS)       \
1277c77a61a7Syz	$(ROOTUSBVIDHDRS)       \
1278692d834dSPengcheng Chen - Sun Microsystems - Beijing China	$(ROOTUSBWCMHDRS)	\
1279a61ed2ceSHans Rosenfeld	$(ROOTUSBCCIDHDRS)	\
12807c478bd9Sstevel@tonic-gate	$(ROOTUGENHDRS)		\
12817c478bd9Sstevel@tonic-gate	$(ROOT1394HDRS)         \
12827c478bd9Sstevel@tonic-gate	$(ROOTHOTPLUGHDRS)	\
12837c478bd9Sstevel@tonic-gate	$(ROOTHOTPLUGPCIHDRS)	\
12847c478bd9Sstevel@tonic-gate	$(ROOTRSMHDRS)		\
128545916cd2Sjpk	$(ROOTTSOLHDRS)		\
12867c478bd9Sstevel@tonic-gate	$($(MACH)_ROOTHDRS)
12877c478bd9Sstevel@tonic-gate
12887c478bd9Sstevel@tonic-gate
12897c478bd9Sstevel@tonic-gateinstall_h:			\
12907c478bd9Sstevel@tonic-gate	$(ROOTDIRS)		\
12917c478bd9Sstevel@tonic-gate	.WAIT			\
12927c478bd9Sstevel@tonic-gate	$(ROOTHDRS)		\
12937c478bd9Sstevel@tonic-gate	$(ROOTAUDHDRS)		\
129447cd5876SAlan Perry	$(ROOTAVHDRS)		\
12957c478bd9Sstevel@tonic-gate	$(ROOTCRYPTOHDRS)	\
12968eea8e29Sap	$(ROOTDCAMHDRS)		\
1297a3eabe59SToomas Soome	$(ROOTDKTPHDRS)		\
12987c478bd9Sstevel@tonic-gate	$(ROOTISOHDRS)		\
1299a6d42e7dSPeter Dunlap	$(ROOTIDMHDRS)		\
1300a6d42e7dSPeter Dunlap	$(ROOTISCSIHDRS)	\
1301a6d42e7dSPeter Dunlap	$(ROOTISCSITHDRS)	\
1302fcf3ce44SJohn Forte	$(ROOTFC4HDRS)		\
1303fcf3ce44SJohn Forte	$(ROOTFCHDRS)		\
1304fcf3ce44SJohn Forte	$(ROOTFCIMPLHDRS)	\
1305fcf3ce44SJohn Forte	$(ROOTFCULPHDRS)	\
13067c478bd9Sstevel@tonic-gate	$(ROOTFMHDRS)		\
1307ea8dc4b6Seschrock	$(ROOTFMFSHDRS)		\
1308ea8dc4b6Seschrock	$(ROOTFMIOHDRS)		\
13097c478bd9Sstevel@tonic-gate	$(ROOTFSHDRS)		\
13107c478bd9Sstevel@tonic-gate	$(ROOTIBDHDRS)		\
13117c478bd9Sstevel@tonic-gate	$(ROOTIBHDRS)		\
13127c478bd9Sstevel@tonic-gate	$(ROOTIBTLHDRS)		\
13137c478bd9Sstevel@tonic-gate	$(ROOTIBTLIMPLHDRS)	\
13147c478bd9Sstevel@tonic-gate	$(ROOTIBNEXHDRS)	\
13157c478bd9Sstevel@tonic-gate	$(ROOTIBMGTHDRS)	\
13167c478bd9Sstevel@tonic-gate	$(ROOTIBMFHDRS)		\
1317533affcbSRobert Mustacchi	$(ROOTNVMEHDRS)		\
1318c39526b7SPramod Gunjikar	$(ROOTOFHDRS)		\
1319c39526b7SPramod Gunjikar	$(ROOTRDMAHDRS)		\
1320a3eabe59SToomas Soome	$(ROOTSATAGENHDRS)	\
1321c39526b7SPramod Gunjikar	$(ROOTSOL_OFSHDRS)	\
1322448bf859SLida.Horn	$(ROOTSOL_UMADHDRS)	\
1323c39526b7SPramod Gunjikar	$(ROOTSOL_UVERBSHDRS)	\
1324c39526b7SPramod Gunjikar	$(ROOTSOL_UCMAHDRS)	\
13257c478bd9Sstevel@tonic-gate	$(ROOTTAVORHDRS)	\
13269e39c5baSBill Taylor	$(ROOTHERMONHDRS)	\
1327758868cdSBill Taylor	$(ROOTMLNXHDRS)		\
1328cd0d4b40SRobert Mustacchi	$(ROOTPLATHDRS)		\
13297c478bd9Sstevel@tonic-gate	$(ROOTSCSIHDRS)		\
13304bb7efa7SGarrett D'Amore	$(ROOTSCSIADHDRS)	\
1331fcf3ce44SJohn Forte	$(ROOTSCSIISCSIHDRS)	\
13327c478bd9Sstevel@tonic-gate	$(ROOTSCSICONFHDRS)	\
13337c478bd9Sstevel@tonic-gate	$(ROOTSCSIGENHDRS)	\
13347c478bd9Sstevel@tonic-gate	$(ROOTSCSIIMPLHDRS)	\
1335fcf3ce44SJohn Forte	$(ROOTSCSIVHCIHDRS)     \
1336a3eabe59SToomas Soome	$(ROOTSCSITARGETSHDRS)	\
13374bb7efa7SGarrett D'Amore	$(ROOTSDCARDHDRS)	\
13387c478bd9Sstevel@tonic-gate	$(ROOTSYSEVENTHDRS)     \
13397c478bd9Sstevel@tonic-gate	$(ROOTCONTRACTHDRS)     \
1340ff0e937bSRaymond Chen	$(ROOTUWBHDRS)		\
1341ff0e937bSRaymond Chen	$(ROOTUWBAHDRS)		\
13427c478bd9Sstevel@tonic-gate	$(ROOTUSBHDRS)		\
1343a61ed2ceSHans Rosenfeld	$(ROOTUSBCCIDHDRS)	\
13447c478bd9Sstevel@tonic-gate	$(ROOTUSBAUDHDRS)	\
13457c478bd9Sstevel@tonic-gate	$(ROOTUSBHUBDHDRS)	\
13467c478bd9Sstevel@tonic-gate	$(ROOTUSBHIDHDRS)	\
1347ff0e937bSRaymond Chen	$(ROOTUSBHRCHDRS)	\
13487c478bd9Sstevel@tonic-gate	$(ROOTUSBMSHDRS)	\
13497c478bd9Sstevel@tonic-gate	$(ROOTUSBPRNHDRS)       \
135090f05028Syq	$(ROOTUSBCDCHDRS)       \
1351c77a61a7Syz	$(ROOTUSBVIDHDRS)       \
1352692d834dSPengcheng Chen - Sun Microsystems - Beijing China	$(ROOTUSBWCMHDRS)	\
13537c478bd9Sstevel@tonic-gate	$(ROOTUGENHDRS)		\
13547c478bd9Sstevel@tonic-gate	$(ROOT1394HDRS)         \
13557c478bd9Sstevel@tonic-gate	$(ROOTHOTPLUGHDRS)	\
13567c478bd9Sstevel@tonic-gate	$(ROOTHOTPLUGPCIHDRS)	\
13577c478bd9Sstevel@tonic-gate	$(ROOTRSMHDRS)		\
135845916cd2Sjpk	$(ROOTTSOLHDRS)		\
1359fb9f9b97Skupfer	$($(MACH)_ROOTHDRS)
13607c478bd9Sstevel@tonic-gate
13617c478bd9Sstevel@tonic-gateall_h: $(GENHDRS)
13627c478bd9Sstevel@tonic-gate
13637c478bd9Sstevel@tonic-gatepriv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
13647b07063dSIgor Kozhukhov	$(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
13657c478bd9Sstevel@tonic-gate
13667c478bd9Sstevel@tonic-gatepriv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
13677b07063dSIgor Kozhukhov	$(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
13687c478bd9Sstevel@tonic-gate
1369de81e71eSTim Marslandusb/usbdevs.h: $(USBDEVS_AWK) $(USBDEVS_DATA)
13707b07063dSIgor Kozhukhov	$(AWK) -f $(USBDEVS_AWK) $(USBDEVS_DATA) -H > $@
1371de81e71eSTim Marsland
1372f931c5c0SBinzi Cao - Sun Microsystems - Beijing Chinaclean:
1373f931c5c0SBinzi Cao - Sun Microsystems - Beijing China	$(RM) $(GENHDRS)
1374f931c5c0SBinzi Cao - Sun Microsystems - Beijing China
1375b6805bf7SGordon Rossclobber: clean
1376f931c5c0SBinzi Cao - Sun Microsystems - Beijing China
13777c478bd9Sstevel@tonic-gatecheck:	$(CHECKHDRS)
13787c478bd9Sstevel@tonic-gate
13797c478bd9Sstevel@tonic-gateFRC:
1380