qfe.c (19397407) qfe.c (da14cebe)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 22 unchanged lines hidden (view full) ---

31
32#include <sys/types.h>
33#include <sys/debug.h>
34#include <sys/stream.h>
35#include <sys/cmn_err.h>
36#include <sys/kmem.h>
37#include <sys/modctl.h>
38#include <sys/conf.h>
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 22 unchanged lines hidden (view full) ---

31
32#include <sys/types.h>
33#include <sys/debug.h>
34#include <sys/stream.h>
35#include <sys/cmn_err.h>
36#include <sys/kmem.h>
37#include <sys/modctl.h>
38#include <sys/conf.h>
39#include <sys/mac.h>
39#include <sys/mac_provider.h>
40#include <sys/mac_ether.h>
41#include <sys/ddi.h>
42#include <sys/sunddi.h>
43
44/*
45 * Function prototypes.
46 */
47extern int hmeattach(dev_info_t *, ddi_attach_cmd_t);

--- 48 unchanged lines hidden ---
40#include <sys/mac_ether.h>
41#include <sys/ddi.h>
42#include <sys/sunddi.h>
43
44/*
45 * Function prototypes.
46 */
47extern int hmeattach(dev_info_t *, ddi_attach_cmd_t);

--- 48 unchanged lines hidden ---