summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/mac_provider.h')
-rw-r--r--usr/src/uts/common/sys/mac_provider.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/mac_provider.h b/usr/src/uts/common/sys/mac_provider.h
index c96d07b594..3dd8024904 100644
--- a/usr/src/uts/common/sys/mac_provider.h
+++ b/usr/src/uts/common/sys/mac_provider.h
@@ -20,8 +20,7 @@
*/
/*
- * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _SYS_MAC_PROVIDER_H
@@ -33,6 +32,7 @@
#include <sys/stream.h>
#include <sys/mkdev.h>
#include <sys/mac.h>
+#include <sys/mac_flow.h>
/*
* MAC Provider Interface
@@ -455,6 +455,7 @@ typedef struct mac_register_s {
/*
* Driver interface functions.
*/
+extern void mac_protect_get(mac_handle_t, mac_protect_t *);
extern void mac_sdu_get(mac_handle_t, uint_t *, uint_t *);
extern int mac_maxsdu_update(mac_handle_t, uint_t);