summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/hci/ng_hci_prse.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/bluetooth/hci/ng_hci_prse.h')
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_prse.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_prse.h b/sys/netgraph/bluetooth/hci/ng_hci_prse.h
index 4c4bd6e..dd8ff06 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_prse.h
+++ b/sys/netgraph/bluetooth/hci/ng_hci_prse.h
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ng_hci_prse.h,v 1.9 2002/11/12 22:35:40 max Exp $
+ * $Id: ng_hci_prse.h,v 1.2 2003/03/18 00:09:36 max Exp $
* $FreeBSD$
*/
@@ -196,6 +196,20 @@ static const struct ng_cmdlist ng_hci_cmdlist[] = {
&ng_parse_uint16_type,
NULL
},
+ {
+ NGM_HCI_COOKIE,
+ NGM_HCI_NODE_GET_ROLE_SWITCH,
+ "get_role_sw",
+ NULL,
+ &ng_parse_uint16_type
+ },
+ {
+ NGM_HCI_COOKIE,
+ NGM_HCI_NODE_SET_ROLE_SWITCH,
+ "set_role_sw",
+ &ng_parse_uint16_type,
+ NULL
+ },
{ 0, }
};
OpenPOWER on IntegriCloud